devgowa / lumen-serve
A command php artisan serve for lumen framework
dev-master
2021-07-27 00:06 UTC
Requires
- php: ^7.0
- symfony/console: ^4.0
- symfony/process: ^4.0
This package is not auto-updated.
Last update: 2026-03-01 13:21:09 UTC
README
Command php artisan serve for lumen framework
Installation
composer require devgowa/lumen-serve- Register service provider in
boostrap\app.phpwith$app->register(Devgowa\LumenServe\CommandServeServiceProvider::class) - Run
php artisan serve
Disclaimer
Just copied from laravel/framework by @taylorotwell