I am using mpociot/laravel-apidoc-generator package to generate documentation for my API. It works perfectly besides one thing I have not figure out, generating query parameters table with the rules and description.
According to the documentation, it will automatically create it if I use form request validation. But, I validate it differently and that is not an option for me. Is there way for me to generate the description tables based on my comment in phpDoc?
Thanks
via geckob