thicha0/laravel-documentation-commands
最新稳定版本:1.0.3
Composer 安装命令:
composer require thicha0/laravel-documentation-commands
包简介
A command to generate a documentation of commands of your project
README 文档
README
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 ?
composer require thicha0/laravel-documentation-commands
Add the ServiceProvider to your config/app.php
'providers' => [
...
Thicha0\LaravelDocumentationCommands\LaravelDocumentationCommandsServiceProvider::class,
...
]
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
统计信息
- 总下载量: 653
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-03-13