Skip to content

Latest commit

 

History

History
executable file
·
16 lines (13 loc) · 444 Bytes

readme.md

File metadata and controls

executable file
·
16 lines (13 loc) · 444 Bytes

Project Setup

  • change env, add JWT_EXPIRES_IN - env.example
  • composer install
  • php artisan jwt:secret
  • php artisan migrate --seed
  • php artisan schedule:run
  • php artisan serve
  • user: [email protected]/secret

API Documentation