Level 1
I did this by extending the Server class in 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.
I did this by extending the Server class in Reverb. :)
Please or to participate in this conversation.