Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 691 Bytes

readme.md

File metadata and controls

27 lines (18 loc) · 691 Bytes

Lumen Template

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 [email protected]. All security vulnerabilities will be promptly addressed.

License

The Lumen framework is open-sourced software licensed under the MIT license.