Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 384 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 384 Bytes

Login with Lumen PHP Framework using JWT

Project: Login with Lumen using JWT.

Official Documentation:

Note: This project is a simple API login in lumen using JWT.

Requirements:

  • composer
  • php 7.4

Run Lumen:

$ cd .../project
$ composer install
$ php -S localhost:8000 -t public