Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 539 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 539 Bytes

Why This Template

this temlate used for respecte time and begin new laravel 8 project API with auth-jwt

How to use

  • 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)

from Mobidal-projects