imw/lumen

The Laravel Lumen Framework.

Maintainers

Details

github.com/OpenIMW/lumen

Source

Issues

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 2

Type:project

v6.0.1 2020-02-08 13:38 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.