imw / lumen
The Laravel Lumen Framework.
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 2
Type:project
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: 2024-11-11 10:48:36 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.