Level 104
I assume there is something to identify the active user in the API request?
Anyway, you need to take a look at Laravel Echo and Broadcasting
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
This must be simple, but for some reason, I am stumped. How do I get an incoming API call to hook up to an active user ? I can receive the call no problem and can update the DB etc., but I need a way to flash this to a specific active user (so they know something's ready or happened)? Any ideas or help greatly appreciated. Thank you.
Please or to participate in this conversation.