https://github.com/graweb/api-series-laravel-lumen
PHP | Laravel | Lumen | MySQL
https://github.com/graweb/api-series-laravel-lumen
laravel lumen mysql php
Last synced: about 1 month ago
JSON representation
PHP | Laravel | Lumen | MySQL
- Host: GitHub
- URL: https://github.com/graweb/api-series-laravel-lumen
- Owner: graweb
- Created: 2021-07-16T00:04:48.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-16T00:57:47.000Z (almost 5 years ago)
- Last Synced: 2025-06-23T16:39:46.206Z (12 months ago)
- Topics: laravel, lumen, mysql, php
- Language: PHP
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Lumen PHP Framework
[](https://travis-ci.org/laravel/lumen-framework)
[](https://packagist.org/packages/laravel/lumen-framework)
[](https://packagist.org/packages/laravel/lumen-framework)
[](https://packagist.org/packages/laravel/lumen-framework)
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.
## Official Documentation
Documentation for the framework can be found on the [Lumen website](https://lumen.laravel.com/docs).
## Contributing
Thank you for considering contributing to Lumen! The contribution guide can be found in the [Laravel documentation](https://laravel.com/docs/contributions).
## Install
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)
## POSTMAN
Open API Series.postman_collection.json in Postman to test the API
[Download postman](https://www.postman.com/).
## License
The Lumen framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).