imw / lumen
The Laravel Lumen Framework.
v6.0.1
2020-02-08 13:38 UTC
Requires
- php: ^7.2
- laravel/lumen-framework: ^6.0
Requires (Dev)
- fzaninotto/faker: ^1.4
- mockery/mockery: ^1.0
- phpunit/phpunit: ^8.0
- squizlabs/php_codesniffer: 3.*
This package is not auto-updated.
Last update: 2026-03-02 16:57:02 UTC
README
Install
composer create-project --prefer-dist imw/lumen myapp
Serve
cd myapp
composer serve
Configure
Open bootstrap/configure.php and add providers, middlewares, enable eloquent...
Official Documentation
Documentation for the framework can be found on the Lumen website.
Security Vulnerabilities
If you discover a security vulnerability within Lumen, please send an e-mail to Taylor Otwell at taylor@laravel.com. All security vulnerabilities will be promptly addressed.
License
The Lumen framework is open-sourced software licensed under the MIT license.