
Laravel News Podcast Laravel 13, Native PHP 3.1, and ingesting data
18 snips
Apr 2, 2026 Discussion of Laravel 13’s PHP 8.3 requirements, attributes, and the new AI SDK. New expressive model attributes, queue and cache enhancements, and NativePHP 3.1’s performance leap. Tools for AI prompts, Prompt Deck versioning, and Prism Workers AI integration. Coverage of Inertia.js v3, Liminal’s browser IDE, Lens WCAG audits, and Laravel Ingest for config-driven data imports.
AI Snips
Chapters
Transcript
Episode notes
Laravel 13 Balances Stability With New AI And Attributes
- Laravel 13 focuses on minimal breaking changes while adding quality-of-life features like PHP 8.3 requirement, model attributes, Laravel AI SDK, and cache.touch.
- Attributes let you replace model properties (table, hidden, fillable) and Laravel AI centralizes text, embeddings, agents, and vector stores for seamless RAG workflows.
Use Shift For Safer Upgrades Instead Of Only AI
- Use Laravel Shift for structured, reviewable upgrades rather than relying solely on AI tooling to automate changes.
- Shift produces atomic commits and copy-pastable prompts so you can combine automated edits with human review for tricky cases.
Attributes Improve Discoverability Without Breaking Code
- Laravel adds first-class PHP attributes across models, jobs, and commands while keeping properties supported for backward compatibility.
- This optional shift improves discoverability by colocating behavior (like observers) on the class via attributes.
