chinmay / laravel-command-documentor
Laravel Artisan Command Documentor
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/chinmay/laravel-command-documentor
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-10-13 04:59:44 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).