/laravel-anonymous-chat

Simple realtime anonymous app chating with Laravel Framework and Ratchet for socket connection

Primary LanguagePHP

Anonymous chat

Introduction

Simple realtime anonymous chat app made with laravel and bootstrap.

Installation

$ git clone https://github.com/fachryansyah/laravel-anonymous-chat.git
$ composer install

First you need run Laravel server

php artisan serve

then run websocket server

php artisan websocket:init

Now, open your browser and access : http://localhost:8000