So here's my setup:
Web application running on Laravel 5.3
API running on Lumen, older version, I believe it's 5.1
What I want to do is trigger an event in the API that get's sent to Pusher and then the Laravel app will receive that event and react accordingly.
Anybody see any issues with how this would work? In my head as long as the Laravel and Lumen apps are both connected to the same Pusher account/instance then the events should just work.
Anything I'm missing?
Rajkumar
Fullstack Developer.
So did you get it to work? If so, how did you did it?