Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thebumpaster/laravel_api
API starter
https://github.com/thebumpaster/laravel_api
Last synced: 10 days ago
JSON representation
API starter
- Host: GitHub
- URL: https://github.com/thebumpaster/laravel_api
- Owner: TheBumpaster
- Created: 2020-05-27T08:25:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T07:09:38.000Z (about 2 years ago)
- Last Synced: 2023-03-05T07:53:43.407Z (almost 2 years ago)
- Language: PHP
- Size: 3.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
## About Laravel
Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:
- [Simple, fast routing engine](https://laravel.com/docs/routing).
- [Powerful dependency injection container](https://laravel.com/docs/container).
- Multiple back-ends for [session](https://laravel.com/docs/session) and [cache](https://laravel.com/docs/cache) storage.
- Expressive, intuitive [database ORM](https://laravel.com/docs/eloquent).
- Database agnostic [schema migrations](https://laravel.com/docs/migrations).
- [Robust background job processing](https://laravel.com/docs/queues).
- [Real-time event broadcasting](https://laravel.com/docs/broadcasting).Laravel is accessible, powerful, and provides tools required for large, robust applications.
## Code of Conduct
In order to ensure that the Laravel community is welcoming to all, please review and abide by the [Code of Conduct](https://laravel.com/docs/contributions#code-of-conduct).
## Security Vulnerabilities
If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via [[email protected]](mailto:[email protected]). All security vulnerabilities will be promptly addressed.
## License
The Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
---
# Application Docs
Orders processing system RESTfull API.## Structure
- JWT Authentication
- Users & Customers
- Orders & Invoiced ( dummy payment myb )## Dependecy List
- JWT Auth ( https://github.com/tymondesigns/jwt-auth)
- PDF Generator ( https://github.com/barryvdh/laravel-snappy )