munafio / chatify

Laravel's #1 one-to-one chatting system package, helps you add a complete real-time chatting system to your new/existing Laravel application with only one command.
https://chatify.munafio.com
MIT License
2.24k stars 479 forks source link

Can we use laravel-websockets instead of pusher? #26

Closed lovecoding-git closed 4 years ago

lovecoding-git commented 4 years ago

Hi Thank you for such great package. Can we use laravel-websockets instead of pusher?

munafio commented 4 years ago

For now, no!! but later in the next release, may use it

H4ck3r-x0 commented 4 years ago

Thanks for this amazing package, we really need this to work on laravel-websockets

volserverRay commented 3 years ago

hi @munafio is this supported now? I'm using v1.2.5, still can't figure out how to use laravel-websocket for now.

munafio commented 3 years ago

hi @munafio is this supported now? I'm using v1.2.5, still can't figure out how to use laravel-websocket for now.

The new Chatify will support both pusher and Laravel websockets, at the same time, you can now implement it yourself to work with Laravel WebSockets.

munafio commented 1 year ago

@volserverRay @H4ck3r-x0 @lovecoding-git Now it is supported and you can use it with any other WS server, check out the documentation .