madfortech / group-chat-app-laravel-pusher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 your Pusher key in the resources/assets/js/bootstrap.js file
  4. Install composer dependencies
  5. Run npm install
  6. Do not forget to run the queue listener to broadcast the events

About


Languages

Language:PHP 77.1%Language:HTML 17.3%Language:Vue 5.1%Language:ApacheConf 0.5%