Skip to content

fifths/lumen-jwt

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages