chinmay / laravel-command-documentor
Laravel Artisan Command Documentor
dev-main
2025-05-13 04:06 UTC
Requires
- illuminate/console: ^9|^10|^11|^12
- illuminate/support: ^9|^10|^11|^12
Requires (Dev)
- laravel/pint: dev-main
This package is auto-updated.
Last update: 2025-07-13 04:34:26 UTC
README
As an Artisan who regularly develops CLI artisan commands; it is very essential to share the latest commands with the latest signatures and descriptions with the team.
Installation
composer require --dev chinmay/laravel-command-documentor
To generate documents for all the commands in the application, run the following command:
php artisan doc:generate
Note: This project is a work in progress (WIP).