npm installcomposer install- copy
.env.exampleto.envand config the mysql database php artisan migrateorphp artisan migrate:refreshif neededphp artisan storage:linkif neededphp artisan tinker--> Generate fake data (optionally)factory(App\User::class, 10)->create()factory(App\Activity::class, 10)->create()
php artisan serve
This repository was archived by the owner on Mar 8, 2020. It is now read-only.
dexhunter/cse208-webapp
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
