Overview
Learn how to implement broadcasting in Laravel to share event names and data between server-side applications and client-side JavaScript. Explore the setup process, including configuring the Pusher API, creating a broadcasting flow, and setting up routes. Follow along as the video guides you through uncommenting the Broadcast provider, registering channels, and testing the implementation in the browser. Gain practical insights into leveraging broadcasting for real-time communication in your Laravel applications.
Syllabus
Introduction
Setting up our Broadcast
Sponsor of today’s video
Setting up Pusher API
Creating our broadcasting flow
Uncomment the Broadcast provider
Setting up the routes
Registering the channel
Testing it out in the browser
Taught by
Code With Dary