https://github.com/elegantsoft/laravel-chat-realtime
laravel Vue JS chat real time with websocket
https://github.com/elegantsoft/laravel-chat-realtime
Last synced: 5 months ago
JSON representation
laravel Vue JS chat real time with websocket
- Host: GitHub
- URL: https://github.com/elegantsoft/laravel-chat-realtime
- Owner: ElegantSoft
- Created: 2019-03-24T17:52:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-24T18:43:12.000Z (over 6 years ago)
- Last Synced: 2025-05-06T18:15:06.620Z (5 months ago)
- Language: PHP
- Size: 10.8 MB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## About Project
Laravel Vue JS chat system private chat
with real timeDemo https://youtu.be/ydbYk9SGO7k
This Repo made for UPWORK clone project
So don't confuse from tables and columns names as lancer_id and owner_idas it expected to be owner of project and free lancer that do the project.
.
.
How it works ?
firstly create users
make room and put the 2 ID of 2 users in room lancer_id and owner_id
then navigate domain.com/room/ROOM_ID
only Auth users thats Their IDs in room can navigate and listen to the events and receive messages## Install Project
Don't forget to npm install
run websocket : php artisan websocket:serve
make sure it is running on port 6001migrate tables then create users then create room for them from phpmyadmin