npm install
composer install
- copy
.env.example
to.env
and config the mysql database php artisan migrate
orphp artisan migrate:refresh
if neededphp artisan storage:link
if neededphp artisan tinker
--> Generate fake data (optionally)factory(App\User::class, 10)->create()
factory(App\Activity::class, 10)->create()
php artisan serve
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.