sayeed / lumen-serve
Serve the application on the PHP development server
Installs: 52
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/sayeed/lumen-serve
Requires
- php: ^7.3
- ext-json: *
- illuminate/console: ~7.0||^8.0
- illuminate/support: ~7.0||^8.0
- laravel/helpers: ^1.4
Requires (Dev)
- laravel/lumen-framework: ^8.0
This package is auto-updated.
Last update: 2025-10-18 00:31:29 UTC
README
Serve the application on the PHP development server.
Installation
Via Composer
$ composer require sayeed/lumen-serve
Open bootstrap/app.php and add the line below
$app->register(Sayeed\LumenServe\LumenServeProvider::class);
Uses
- Run
php artisan serve
to serve the application on the PHP development server
License
The lumen-serve is a open-source software licensed under the MIT License.
Credits
For any questions, you can reach out to the author of this package, Md. Hasan Sayeed.
Thank you for using it :)