Files
scribe/docs/generating-documentation.md
2019-04-26 00:42:38 +01:00

317 B

Generating Documentation

To generate your API documentation, use the apidoc:generate artisan command.

php artisan apidoc:generate

It will generate documentation using your specified configuration. The documentation will be generated as static HTML and CSS assets within the specified output folder.