PINKONG / lumen-auth-example

Lumen Authentication Example(Article)

Home Page:https://dev.to/ndiecodes/build-a-jwt-authenticated-api-with-lumen-2afm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Lumen Authentication Example(Article)

https://dev.to/ndiecodes/build-a-jwt-authenticated-api-with-lumen-2afm


Languages

Language:PHP 100.0%