Created APP RESTFULL API AND Authenticated
- Donwload or clone this repository
- Open this project from terminal or command prompt
- composer install
- duplicate file .env.example to .env
- php artisan key:generate
- Customize your database connection in the .env file
- php artisan passport:install
- php artisan migrate:fresh --seed
Enjoy Code :D