How can we improve the experience you have as a developer using this package? How can we make it easier for you to generate reliable documentation and keep it up-to-date? Please share your thoughts in this thread.
A few things I personally want to do to improve things:
Hi ! Unless I missed something, is there a way to generate example responses using Laravel built-in "Resources" instead of Transformers ? I guess Resources didn't exist at the time the package was written... Great work though !
Hi ! Unless I missed something, is there a way to generate example responses using Laravel built-in "Resources" instead of Transformers ? I guess Resources didn't exist at the time the package was written... Great work though !
No, we don't support resources yet, though that feature has been requested. #375
I'll put it o0n the roadmap.
Hi! We just started to use the package and it's really helpful. I would like to know if there is a way to keep the modifications I do in the markdown file index.md. We don't need any bash language tab so I remove it. After pushing my new index.md file to the git repository, my colleague use the generate command and it removes my modifcation from index.md. Is there something we are doing wrong or updating the markdown is a possible future improvement?
@tomChabo if you'd like to persist your changes you should use the rebuild command. See https://laravel-apidoc-generator.readthedocs.io/en/latest/generating-documentation.html#manually-modifying-the-content-of-the-generated-documentation.
But you'll be pleased to know you can now specify what languages you'd like to include in your config. https://laravel-apidoc-generator.readthedocs.io/en/latest/config.html
Perhaps support other doc outputs, e.g. Vuepress, Swagger.
I've got a fully working fork with automated output to Vuepress format if you're interested: https://github.com/charliegilmanuk/laravel-apidoc-generator
The below preview was entirely generated from this:

This looks good. We could consider it for version 4 (coming soon).
Please enable change default "mode":"formdata" in postman collection generator to other types. E.g. i use JSON instead of formdata.
Running into problems everywhere.
response_calls.body parameters are not being usedhttp://FormRequest~The package is no longer usable for us, at this stage, quite unfortunate.~
Edit to strike out misguided comments - the major issues I was experiencing were due to local problem in my application, an outdated override class I was not aware of.
Hi @ncatanchin Sorry to hear that. Unfortunately, that's how things are with software sometimes鈥攜ou break some stuff while moving forward. What I've got to say:
dev-plugin-arch tag for a spin.Cheers.
Closing this in favour of #571
Hi @shalvah, thanks for your response. As it turns out, the major problems were due to issues in my application, so I'm sorry for my hasty comment made out of frustration.
I have submitted a PR for the Postman issue, and hope to be able to contribute further to this package.
Thank you for your hard work here.
Regards