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

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

This package is auto-updated.

Last update: 2025-10-13 04:59:44 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).