Download the PHP package thicha0/laravel-documentation-commands without Composer
On this page you can find all versions of the php package thicha0/laravel-documentation-commands. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download thicha0/laravel-documentation-commands
More information about thicha0/laravel-documentation-commands
Files in thicha0/laravel-documentation-commands
Download thicha0/laravel-documentation-commands
More information about thicha0/laravel-documentation-commands
Files in thicha0/laravel-documentation-commands
Vendor thicha0
Package laravel-documentation-commands
Short Description A command to generate a documentation of commands of your project
License MIT
Package laravel-documentation-commands
Short Description A command to generate a documentation of commands of your project
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-documentation-commands
laravel-documentation-commands
This package adds a laravel command that allows you to generate a HTML file that lists all your commands.
https://packagist.org/packages/thicha0/laravel-documentation-commands
How to use ?
Add the ServiceProvider to your config/app.php
The new command php artisan generate:documentation-commands
should appear in the php artisan list
command.
When launching the command, the HTML file will be generated to public/documentation-commands.html
.
Features
- Show signature and description of command
- Group commands by directory
- Ignores abstract commands
- Show if command is called a cron in Laravel Scheduler
All versions of laravel-documentation-commands with dependencies
PHP Build Version
Package Version
The package thicha0/laravel-documentation-commands contains the following files
Loading the files please wait ....