Hi, This is the mini bioler plate of Laravel API, featuring JWT Authentication with bonuses of Eloquent models Events and policies can be used and on what scale they can be expanded.
Installation
-
Clone this repo and checkout as dev branch.
-
Create a Database and set it in .env.
-
Run composer install.
-
Run the migrations.
-
Generate your Laravel app key and JWT secret key with artisan commands.
-
You are done.