activity-feed-pusher icon indicating copy to clipboard operation
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

  1. Clone repo
  2. Configure your environment variables for Pusher and Laravel by copying the .env.example to .env
  3. Configure your Pusher key in the resources/assets/js/bootstrap.js file
  4. Install composer dependencies
  5. Run npm install
  6. Run the seeder. You will get a dummy user. The password for that user will be secret
  7. Do not forget to run the queue listener to broadcast the events