Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 207 Bytes

Readme.md

File metadata and controls

9 lines (8 loc) · 207 Bytes

simple-borrow

How to start.

  • Start the devcontainer
  • Run composer install
  • Run cp .env.example .env
  • Run php artisan key:generate
  • Run php artisan migrate --seed
  • Run php artisan serve