devgowa / lumen-serve
A command php artisan serve for lumen framework
Installs: 349
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 0
Forks: 3
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-10-12 11:21:20 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