Topic: Laravel
All the articles about "Laravel".
-
How Laravel Migrations Work (And Why You Don't Touch the Database Directly)
A plain-language explanation of Laravel migrations for non-developers. What they are, why they exist, and how they work in practice — with a real example from changing a campaign duration setting.
-
Small UX Fixes That Make Your Laravel App Feel More Polished
A collection of small but meaningful UX improvements for Laravel apps — external link indicators, preventing layout shift, and more. Real examples from building a Livewire app.
-
Why Flux UI Ignored My Date Format (And How I Fixed It)
When Flux UI's chart format prop silently does nothing, the fix is to format your data in PHP instead. Three attempts, one lesson.
-
How to Handle a Spam Vulnerability Report (And What to Actually Fix)
I received a scary-sounding security vulnerability report about my Laravel app. It was mostly spam — but it highlighted two real gaps worth fixing.