/lumen-jwt

Lumen with JWT, Dingo/API and CORS

Primary LanguagePHP

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/