Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 543 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 543 Bytes

Laraverl Framework JWT Starter Kit

Starter Kit for a Laravel API backend Project using JWT Authentication.

Usage

# clone Laravel-JWT Starter Kit
$ git clone https://github.com/neatpro/Laravel-JWT.git

$ cd Laravel-JWT
$ composer install

$ cp .env.example .env
$ php artisan migrate
$ php artisan seed

$ php artisan jwt:secret

$ php artisan serve

Frontend using Quasar Framework https://github.com/neatpro/Quasar-JWT.git