this temlate used for respecte time and begin new laravel 8 project API with auth-jwt
- Clone the repository with git clone
- Copy .env.example file to .env and edit database credentials there
- npm install
- Run composer install
- Run php artisan key:generate
- Run php artisan jwt:secret
- Run php artisan migrate --seed (it has some seeded data for your testing)