Skip to content

manoj30808/realtime-chat

Repository files navigation

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

About

laravel project for private user to user realtime chat with build in redis and node

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published