Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 358 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 358 Bytes

Steps ton Lunche this project

  1. install dependencies using composer install
  2. create a new .env file at the root of your project
  3. Copy .env.example and paste it in .env
  4. Then generate a key with the command php artisan key:generate
  5. php artisan jwt:secret
  6. php artisan migrate --seed
  7. php artisan serve