Page 1 of 1

using Custom WebSocket Server for chatify extension

Posted: Thu May 23, 2024 3:16 pm
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


Re: using Custom WebSocket Server for chatify extension

Posted: Thu May 23, 2024 8:58 pm
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.