OpenIMW / lumen by imw

The Laravel Lumen Framework.
4
0
3
Package Data
Maintainer Username: imw
Package Create Date: 2020-02-08
Package Last Update: 2023-02-02
Home Page:
Language: PHP
License: MIT
Last Refreshed: 2024-04-18 15:00:47
Package Statistics
Total Downloads: 4
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 3
Total Forks: 0
Total Open Issues: 2

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 taylor@laravel.com. All security vulnerabilities will be promptly addressed.

License

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