Skip to content

Laravel simple chat app example using Ratchet websocket server

License

Notifications You must be signed in to change notification settings

rahulhaque/laravel-ratchet-chat

Repository files navigation

About Laravel Ratchet Chat

A simple real time chat app built with Laravel and Ratchet WebSocket server.

Install Instruction

  • Download or clone the repository.
  • cd into the directory and run composer install
  • Run php artisan key:generate and php artisan migrate

Run the App

  • Start ratchet server with php artisan ratchet:init
  • Start app server with php artisan serve

Screenshots

Chatbox