divineomega/artisan-menu
最新稳定版本:v1.2.1
Composer 安装命令:
composer require divineomega/artisan-menu
包简介
Use Artisan via an elegant console GUI
README 文档
README
Use Artisan via an elegant console GUI
Features
- Run built-in and custom Artisan commands from a console GUI
- Prompts to enter required command arguments
- Displays most recently used commands
Installation
To install, just run the following Composer command from the root of your project.
composer require --dev divineomega/artisan-menu
If you using Larvel 5.4 or below, you may need to add DivineOmega\ArtisanMenu\Providers\ArtisanMenuServiceProvider::class to the providers array in your config/app.php file.
Usage
Artisan menu is designed to be very intuitive to use. Just run the following command to start it.
php artisan menu
From then on, just select the commands you wish to run. After the command has completed, a dialog will appear showing its results.
统计信息
- 总下载量: 235.02k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 145
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2018-07-10
