Topic: laravel
All the articles about "laravel".
-
Why I Replaced Laravel Horizon with a Forge Queue Worker
Laravel Horizon was overkill for my app. Here's why I replaced it with a simple Forge queue worker, what the Laravel community says about it, and a gotcha with retry_after that could cause duplicate jobs.
-
Why I Removed Laravel Pulse (and You Might Not Need It Either)
I had Laravel Pulse running in production for over a year alongside Sentry. Here's why I removed it, how the two tools differ, and the step-by-step process for cleanly uninstalling Pulse from a Laravel app.
-
Replacing a Custom Notification System with Flux::toast()
How I replaced a hand-rolled Alpine.js notification system across 17 files with Flux's built-in toast component. Fewer files, less custom code, and better conventions.
-
Updating My Codebase to Follow the Laravel Way
I audited my Laravel app against the conventions that Laravel Shift checks for and fixed everything that mattered -- return types, environment checks, stale code. Here's what I changed, what I skipped, and why.