Implementing Real-time Notifications with Laravel Reverb
Replacing Pusher with the first-party Laravel Reverb server. Setup, channel auth, scaling considerations, and a working chat demo at the end.
More in Tutorial
Getting Started with Laravel Livewire 3: Building Reactive Components
Livewire 3 changes the game for full-stack Laravel devs. In this walkthrough we build a reactive search component from scratch — state, hydration, lazy loading, and the new wire:model.live behaviour — without writing a single line of Vue or React.
Optimizing Eloquent Queries: From N+1 to N
A real-world refactor of a slow dashboard page — the queries before, the queries after, and the eager-loading patterns that I now reach for on every project.
Deploying Laravel to Shared Hosting: Complete Guide for cPanel
A pragmatic guide for shipping a Laravel app onto an Indonesian shared host. Covers the public_html dance, queue workers via cron, and the gotchas around mod_rewrite and PHP version pinning.