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

XJTLU CSE208 Group Project: Laravel information sharing platform

Notifications You must be signed in to change notification settings

dexhunter/cse208-webapp

Repository files navigation

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

About

XJTLU CSE208 Group Project: Laravel information sharing platform

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published