Skip to content

0plus1/lumendingojwtapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

06f020d · Sep 22, 2016

History

17 Commits
May 31, 2016
Jun 7, 2016
May 31, 2016
Nov 30, 2015
Nov 30, 2015
Nov 30, 2015
Nov 30, 2015
Nov 30, 2015
Nov 30, 2015
Nov 30, 2015
Nov 30, 2015
Sep 22, 2016
Sep 22, 2016
Apr 13, 2016
Nov 30, 2015
Sep 22, 2016
Nov 30, 2015

Repository files navigation

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, 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.