This repository demonstrates the process to create a realtime Group Chat Application using Laravel and Pusher. Please follow below steps to have a running version of the app in this repo
- Clone repo
- Configure your environment variables for Pusher and Laravel by copying the
.env.example
to.env
- Configure pusher Key/Secret key in
.env
- Configure your Pusher key in the
resources/assets/js/bootstrap.js
file - Install composer dependencies
- Run npm install
- Run php artisan migrate
- Do not forget to run the queue listener to broadcast the events => php artisan queue:listen