Laravel Lumen is a stunningly fast PHP micro-framework for building web applications with expressive, elegant syntax. We believe development must be an enjoyable, creative experience to be truly fulfilling. Lumen attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as routing, database abstraction, queueing, and caching.
##Requirement
- PHP 7.2 or higher
- PostgreSQL 11 / MySQL 8 / SQLite 3
- Composer 2
##Step to use this repositories
- set
.envyou can copy example from.env.example - fill the config on
.env - create database , if you are using Sqlite just create
database.sqliteand set path to database file - run
php artisan migrateto initiate table database - for serving this repositories use
php -S localhost:8000 -t public, the port 8000 you can change as you want - and you can start using this repositories
Documentation for the framework can be found on the Lumen website.
Thank you for considering contributing to Lumen! The contribution guide can be found in the Laravel documentation.
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.
The Lumen framework is open-sourced software licensed under the MIT license.