Pawl
Pawl copied to clipboard
Is there a working integration for Laravel?
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?
Either pass the Websocket around to whatever needs it or make it globally accessible to everything that does.