using Custom WebSocket Server for chatify extension

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
mansour
User
Posts: 309

using Custom WebSocket Server for chatify extension

Post by mansour »

Hi,
It seems the chatify chatting system supports using Custom WebSocket Server. Is it possible that I use my own websocket server for chatify extension? Which file I have to edit?
//link to chatify docs
https://chatify.munafio.com/custom-websocket-server

Thanks


mobhar
User
Posts: 11791

Post by mobhar »

According to the documentation from the link you gave above, then you need to to install & configure beyondcode/laravel-websockets with your app.

You may try to install the package from Tools -> Compose Packages -> beyondcode/laravel-websockets.


Post Reply