activity-feed-pusher
activity-feed-pusher copied to clipboard
Activity Feed using Laravel and Pusher
This repository demonstrates the process of generating a realtime Activity Feed 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.exampleto.env - Configure your Pusher key in the
resources/assets/js/bootstrap.jsfile - Install composer dependencies
- Run npm install
- Run the seeder. You will get a dummy user. The password for that user will be
secret - Do not forget to run the queue listener to broadcast the events