I did this by extending the Server class in Reverb. :)
May 28, 2024
2
Level 1
Websocket connection handler for laravel reverb
How can I get which user joined or left from channel in laravel reverb.
I know how to do this in javascript with echo (frontend), but I need to access onOpen,onClose,... events in laravel itself (backend).
something like BeyondCode Custom WebSocket Handlers.
any suggestion? thanks.
Level 1
Please or to participate in this conversation.