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.
After cloning this project, run this command:
- composer install
- cp .env.example .env (File configuration)
- php artisan migrate
- php artisan db:seed
The Lumen framework is open-sourced software licensed under the MIT license.