Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Latest commit

 

History

History
15 lines (12 loc) · 443 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 443 Bytes

Set up

  • npm install
  • composer install
  • copy .env.example to .env and config the mysql database
  • php artisan migrate or php artisan migrate:refresh if needed
  • php artisan storage:link if needed
  • php artisan tinker --> Generate fake data (optionally)
    • factory(App\User::class, 10)->create()
    • factory(App\Activity::class, 10)->create()
  • php artisan serve

Preview