devgowa / lumen-serve
A command php artisan serve for lumen framework
Installs: 349
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 0
Forks: 2
pkg:composer/devgowa/lumen-serve
Requires
- php: ^7.0
- symfony/console: ^4.0
- symfony/process: ^4.0
This package is not auto-updated.
Last update: 2025-12-07 12:05:36 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