Laravel API Generator
Published on by Eric L. Barnes
Marcel Pociot released a new package that will automatically generate API documentation from your existing routes.
What is neat is it automatically scans your Controller method docblocks to generate the table of contents and also hooks in with form request validation to show a list of requirements.
This generator uses Documentarian which is a port of the popular Slate API documentation tool.
It looks like a useful tool for quickly generating documentation for your project.
Eric is the creator of Laravel News and has been covering Laravel since 2012.