https://github.com/0plus1/lumendingojwtapi
Lumen + Dingo API + JWT Auth + CORS Boilerplate
https://github.com/0plus1/lumendingojwtapi
Last synced: about 1 year ago
JSON representation
Lumen + Dingo API + JWT Auth + CORS Boilerplate
- Host: GitHub
- URL: https://github.com/0plus1/lumendingojwtapi
- Owner: 0plus1
- Created: 2015-11-30T09:24:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-30T00:22:33.000Z (over 9 years ago)
- Last Synced: 2025-03-24T06:45:16.099Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 60.5 KB
- Stars: 129
- Watchers: 9
- Forks: 22
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Lumen 5.* + Dingo API + JWT Auth + CORS
Boilerplate of Lumen 5.** with Dingo API using JWT Auth to secure endpoints. CORS complaint.
Facades are [disabled](http://programmingarehard.com/2014/01/11/stop-using-facades.html/), Eloquent is enabled.
Easy to clone for a new project or just to get over the obstacles of your own implementation.
#### Install
1. Create lumendingojwtapi database
2. php artisan migrate && php artisan db:seed
#### Versions
* v1.x.x family is based on Lumen 5.1.x
* v2.x.x family is based on Lumen 5.2.x
* v3.x.x family is based on Lumen 5.3.x
#### Postman collection
Assumes: //lumendingojwtapi.local url.