Skip to content

jzxyouok/laravel-chat-9

 
 

Repository files navigation

Sample Chat Web Application built with Laravel and Pusher

Features

  • Peer to peer chat using Web Sockets and Pusher
  • RESTful Service allowing the following operations
    • List of chat representatives
    • Update the name of a chat representative
    • List of prior conversations
    • Delete conversations
  • Unit Tests

Installation

  • Clone the repo: git clone git@github.com:macuenca/laravel-chat.git
  • Install composer dependencies: composer install
  • Run migrations: artisan migrate

About

An example chat app built with Laravel and WebSockets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 69.5%
  • HTML 28.8%
  • Other 1.7%