This repository demonstrates the process to create a realtime Chat Application using Laravel and Pusher.
- Clone repo
- Configure your environment variables for Pusher and Laravel by copying the
.env.example
to.env
- Configure your Pusher key in the
resources/assets/js/bootstrap.js
file - Install composer dependencies
- Run npm install
- Do not forget to run the queue listener to broadcast the events