imw/lumen is a Laravel package for the laravel lumen framework..
It currently has 0 GitHub stars and 9 downloads on Packagist (latest version v6.0.1).
Install it with composer require imw/lumen.
Discover more Laravel packages by imw
or browse all Laravel packages to compare alternatives.
Last updated
composer create-project --prefer-dist imw/lumen myapp
cd myapp
composer serve
Open bootstrap/configure.php and add providers, middlewares, enable eloquent...
Documentation for the framework can be found on the Lumen website.
If you discover a security vulnerability within Lumen, please send an e-mail to Taylor Otwell at [email protected]. All security vulnerabilities will be promptly addressed.
The Lumen framework is open-sourced software licensed under the MIT license.