Skip to content

usmanjdn93/laravel-pusher-group-chat-app

Repository files navigation

Group Chat using Laravel and Pusher

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

  1. Clone repo
  2. Configure your environment variables for Pusher and Laravel by copying the .env.example to .env
  3. Configure pusher Key/Secret key in .env
  4. Configure your Pusher key in the resources/assets/js/bootstrap.js file
  5. Install composer dependencies
  6. Run npm install
  7. Run php artisan migrate
  8. Do not forget to run the queue listener to broadcast the events => php artisan queue:listen

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published