Laravel News Podcast

Blazing fast components, agent orchestration, and security scanning

18 snips
Mar 12, 2026
They race through Laravel 12.53 highlights and Inertia v3 beta features. Security hardenings in Livewire and a Ward scanner for Laravel get attention. New tools for Blade performance, queue circuit breaking, and AI agent orchestration are showcased. Filament’s milestone release and an open directory of reusable AI skills for Laravel round out the conversation.
Ask episode
AI Snips
Chapters
Transcript
Episode notes
ADVICE

Ship AI Guidelines With Packages

  • Inertia v2.3 ships AI Boost guidelines and skills inside the package so packages can maintain their own agent prompts.
  • Prefer package-provided guidelines (node_modules or vendor) over central Boost fallbacks to keep prompts in sync with adapters.
INSIGHT

Livewire Security Hardening

  • Livewire 4.2 adds Laravel 13 support and several security hardenings including required x-livewire header and JSON content types.
  • Note breaking changes if you previously invoked lifecycle methods from the frontend; update custom routes and middleware accordingly.
INSIGHT

Blaze Blade Optimizations

  • Blaze replaces Blade's compiler with optimized tiers: optimized compiler, memoization, and compile-time folding to cut component overhead.
  • Enable per-component optimization with @blaze or target directories via blade.optimize in a service provider.
Get the Snipd Podcast app to discover more snips from this episode
Get the app