Skip to content

Latest commit

 

History

History
executable file
·
21 lines (15 loc) · 626 Bytes

readme.md

File metadata and controls

executable file
·
21 lines (15 loc) · 626 Bytes

Laravel5.4 : Realtime user to user (private) realtime chat

used with node and redis server

Installation

1) In order to install this project, clone this repository:
2) composer install
3) php artisan migrate and php artisan db:seed
4) go to public/nodejs directory run command
	-> npm install
5) fire command "node server.js" in public/nodejs direcory
6) start Project in other terminal with "php artisan serve"

Now go to ==> http://localhost:8000

email: admin@admin.com pass : 123456

You found chat menu in left navigation bar.

NOTE : you have to install redis-server and start it before run the app