Documentation Generator #495
Unanswered
skillcraft-io
asked this question in
Q&A
Replies: 1 comment
-
I was wondering the same. I know of this package https://scribe.knuckles.wtf/, but it would require each request to have a custom method as it uses DocBlocks. I guess it's doable. E.g. /**
* Update a User.
*
* @group Account management
*/
public function store(RestifyRequest $request)
{
parent::store($request);
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was wondering what people use t generate documentation for their APIs using this package if any
Beta Was this translation helpful? Give feedback.
All reactions