efellemedia/lumen-commands
Composer 安装命令:
composer require efellemedia/lumen-commands
包简介
Adds some core Laravel commands back into Lumen for convenience.
README 文档
README
Adds some core Laravel commands back into Lumen for convenience.
The package follows the FIG standards PSR-1, PSR-2, and PSR-4 to ensure a high level of interoperability between shared PHP code.
Installation
Begin by installing the package through Composer:
composer require efellemedia/lumen-commands
Once this operation is complete, simply register the package within Lumen in your project's bootstrap\app.php file.
$app->register(Efelle\LumenCommands\LumenCommandsServiceProvider::class);
统计信息
- 总下载量: 12
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 4
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-06-23