chinmay/laravel-command-documentor

Laravel Artisan Command Documentor

dev-main 2025-05-13 04:06 UTC

This package is auto-updated.

Last update: 2025-07-13 04:34:26 UTC


README

Project Status: In Development GitHub License

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).