Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 243 Bytes

File metadata and controls

10 lines (8 loc) · 243 Bytes

lumen-auth-example

Usage

  • git clone https://github.com/ndiecodes/lumen-auth-example.git auth-api
  • cd auth-api
  • composer install
  • php artisan jwt:secret
  • php artisan migrate
  • php -S localhost:8000 -t public