Getting started with Laravel 11 Reverb, Livewire 3, and Broadcasting

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ก.ค. 2024
  • In this video I walk you through Laravel 11 Broadcasting. The focus of this video is on Laravel Reverb. We will Implement broadcasting on different channels i.e Public and Private channels.
    Laravel Reverb brings blazing-fast and scalable real-time WebSocket communication directly to your Laravel application. So lets start!
    Laravel’s event broadcasting allows you to broadcast your server-side Laravel events to your client-side JavaScript application using a driver-based approach to WebSockets.
    The events may be easily consumed on the client-side using the Laravel Echo JavaScript package.
    Events are broadcast over “channels“, which may be specified as public or private. Any visitor to your application may subscribe to a public channel without any authentication or authorization; however, in order to subscribe to a private channel, a user must be authenticated and authorized to listen on that channel.
    Timestamps:
    00:00 What is Broadcasting
    02:16 Public Channel demo
    04:53 Private Channel demo
    07:29 Listen For PostUpdated Event demo
    11:28 Installation of Laravel Reverb
    21:49 Setting Up Events
    28:10 Broadcasting Events
    43:08 Dispatching the PostUpdated Event on Update
    Follow me on X: / mwengi_brian
    Follow me on FB: / webdevtrainee
    Read the blog post here: webdevtrainee.com/real-time-u...

ความคิดเห็น • 3

  • @briefbrew
    @briefbrew หลายเดือนก่อน +1

    Can you replicate this video for broadcasting queues and Job batch