mirror of
https://github.com/ambieco/scribe.git
synced 2026-04-28 10:06:01 +08:00
317 B
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.