/laravel-chat-example

Example of real time chat application basen on Laravel, React, Reflux and Socket.IO

Primary LanguageJavaScript

Laravel real time chat

Example of real time chat application basen on Laravel, React, Reflux and Socket.IO. Main JS app code is in resources/app/js

Installation

Install global webpack and gulp

$ npm install -g gulp webpack

Install dependencies

$ composer install
$ npm install

Build assets

$ gulp && webpack

Install DB

$ php artisan migrate

Usage

Start laravel queue listener

$ php artisan queue:listen

Start node.js socket server

$ node ./server.js

Enjoy!