Lumen with JWT Authentication demo What's Added Lumen 5.6 JWT Auth Dingo 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/