Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 231 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 231 Bytes

Quickstart

  • RUN: bower install
  • RUN: composer install
  • RUN: cp api/.env.example api/.env
  • EDIT: api/.env (add relevant DB credentials)
  • RUN: php artisan migrate:install
  • RUN: php artisan migrate --seed