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: 2025-02-02 07:47:01 UTC
README
Command php artisan serve for lumen framework
Installation
composer require devgowa/lumen-serve
- Register service provider in
boostrap\app.php
with$app->register(Devgowa\LumenServe\CommandServeServiceProvider::class)
- Run
php artisan serve
Disclaimer
Just copied from laravel/framework by @taylorotwell