Pawl icon indicating copy to clipboard operation
Pawl copied to clipboard

Is there a working integration for Laravel?

Open gulmzugur opened this issue 11 months ago • 1 comments

I want to listen continuously and send messages over a single connection, but I want to send messages from areas such as Service and Controller. How can I do this without breaking the standard request-response flow? Has anyone done this before?

gulmzugur avatar Mar 03 '25 17:03 gulmzugur

Either pass the Websocket around to whatever needs it or make it globally accessible to everything that does.

whoisninjaturtle avatar Mar 05 '25 22:03 whoisninjaturtle