mlntn/lumen-artisan-serve
Composer 安装命令:
composer require mlntn/lumen-artisan-serve
包简介
artisan serve for Lumen projects
README 文档
README
artisan serve for Lumen projects
Installation
-
composer require mlntn/lumen-artisan-serve "~1" -
Add the following line to the $commands array in app/Console/Kernel.php:
\Mlntn\Console\Commands\Serve::class, -
artisan serve
Disclaimer
I didn't write most of this code. It comes straight from laravel/framework by @taylorotwell. I did have to tweak a few things to get it going for Lumen. Enjoy!
统计信息
- 总下载量: 98.68k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 50
- 点击次数: 1
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-01-25