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.
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.
1 - Clone the repository
2 - Install composer (composer install)
3 - Create the database in database folder (database.sqlite)
4 - Install migrations (php artisan migrate)
5 - run serve (php artisan serve)
Open API Series.postman_collection.json in Postman to test the API
[Download postman](https://www.postman.com/).
The Lumen framework is open-sourced software licensed under the MIT license.