/auth-api

a lumen base template with jwt-auth

Primary LanguagePHP

lumen-auth-api

Usage

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