-
Clone or fork this repository
-
Run
composer install -
Run
php artisan key:generate -
Fill out relevant items in your
.envfile, including:DB_CONNECTION PUSHER_APP_ID PUSHER_KEY PUSHER_SECRET -
Run
npm i -
Build assets with
npm run dev -
Use
php artisan serveor another method to view the app in the browser
- You will need to set your environment variables in the
.envfile! Don't forget to change the broadcasting settings to Pusher, for example. - Depending on your geographical location, you will need to set a cluster variable for Pusher. See Laravel Docs for more information
- I don't have time to provide help/support since this is a free project, but I encourage you to watch the videos and make sure you've followed all the steps.