Implement Presence Channels in Laravel 11 Using Laravel Reverb & Laravel Echo

Presence channels allow you to track which users are online in real-time. This is useful for chat apps, user activity tracking, and more.

February 2025 · 2 min · Pavan Kushvaha

Secure WebSockets with Authentication in Laravel 11 (Reverb & Laravel Echo)

By default, Laravel Reverb allows public and private channels. To secure WebSockets, we need authenticated private channels.

February 2025 · 2 min · Pavan Kushvaha

Implement Real-Time Notifications in Laravel 11 Using Laravel Reverb & Laravel Echo

Since Laravel Reverb is Laravel 11’s built-in WebSocket server, we’ll set it up with Laravel Echo to enable real-time notifications.

February 2025 · 2 min · Pavan Kushvaha