Skip to content

viraj-khatavkar/activity-feed-pusher

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published