Display Online Users in the UI Using Laravel 11, Laravel Reverb & Laravel Echo

As of now you are able to send/receive Real-Time Notifications in Laravel 11 Using Laravel Reverb & Laravel Echo then communicate Securly WebSockets with Authentication in Laravel 11 (Reverb & Laravel Echo) and then you are able to see tha which user is online. Next comes how to see the list of online users.

February 2025 · 2 min · Pavan Kushvaha

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