fifths / lumen-jwt

Lumen with JWT, Dingo/API and CORS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lumen with JWT Authentication demo

What's Added

Quick Start

  • git clone
  • Run composer install
  • cp .env.example .env and configure .env
  • php artisan jwt:secret
  • php artisan migrate
php -S 0.0.0.0:8000 -t ./public
apidoc -i app/Http/Controllers/ -o apidoc/

About

Lumen with JWT, Dingo/API and CORS


Languages

Language:PHP 100.0%