shahzaibanwar009 / laravel-ratchet-chat

Laravel simple chat app example using Ratchet websocket server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Laravel simple chat app example using Ratchet websocket server


Languages

Language:PHP 78.5%Language:HTML 21.0%Language:Vue 0.5%