Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 321 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 321 Bytes

How to run

You’ll need to set up a MySQL DB and link it in the .env file, you'll also need to create/add your own Pusher details to the .env file. Once the DB is set up it can be automatically seeded.

Seed your DB:

$ php artisan db:seed

Migrate the DB:

$ php artisan migrate

Run the app:

$ php artisan serve