chinmay/laravel-command-documentor

Laravel Artisan Command Documentor

Maintainers

Package info

github.com/chinmaypurav/laravel-command-documentor

pkg:composer/chinmay/laravel-command-documentor

Statistics

Installs: 2

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-13 05:53:31 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).