Boilerplate of Lumen 5.** with Dingo API using JWT Auth to secure endpoints. CORS complaint. Facades are disabled, Eloquent is enabled.
Easy to clone for a new project or just to get over the obstacles of your own implementation.
- Create lumendingojwtapi database
- php artisan migrate && php artisan db:seed
- 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
Assumes: //lumendingojwtapi.local url.