Solved: Laravel Event Broadcasts Not Arriving at Pusher

The other day I was getting some hands-on experience with Laravel 5.1’s event broadcasting features. I followed all the requirements specified by the documentation. However, when my application would broadcast the event, it would not reach Pusher. During my debugging process I confirmed that: I had Pusher’s composer package pulled into my app. I was… Continue reading