Topic: Livewire
All the articles about "Livewire".
-
How a 6KB Column Was Slowing Down Every Page in My Laravel App
Every page in Growth Method was loading 6KB of invisible vector data per campaign. Here's how I found the problem, the three options I evaluated, and the ten-line global scope that fixed it.
-
Your (Flux UI) Rich Text Editor (Probably) Shouldn't Have a Scrollbar
The Flux editor defaults to a 500px max height, creating nested scrollbars on full-page forms. Here's how to fix it, why context matters, and what the industry standard actually is.
-
Building a Reusable AI Chat Component with the Laravel AI SDK and Livewire Streaming
How we built one generic Livewire chat component that works with any AI agent — streaming responses, MCP tool support, and per-team security boundaries — using the Laravel AI SDK.
-
I Asked AI to Audit My Laravel App's Security. It Found 4 Things I'd Never Have Caught.
A real security audit of a Laravel app found IDOR vulnerabilities in Livewire components, XSS through strip_tags(), mass assignment with $guarded = [], and predictable share tokens. Here's what was wrong and how I fixed each one.