used with node and redis server
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