Building AI Agents with Laravel: No Python Required
The Laravel AI SDK is the LangChain PHP alternative: agents, tools, memory, streaming, and multi-agent workflows, entirely in PHP. No Python required.
May 15, 2026
Larapanda: A Type-Safe Lightpanda Browser SDK for Laravel
Larapanda wraps the Lightpanda headless browser in a type-safe Laravel SDK with named instance profiles, CLI/Docker runtime resolution, and adapters for the Laravel AI SDK and MCP server.
May 14, 2026
Introducing Laravel PAO: Cleaner Output for AI Agents
Laravel PAO formats PHPUnit, Pest, PHPStan, Rector, and Artisan output into structured JSON for AI agents automatically and without changing your terminal.
May 14, 2026
Insert 1M Rows to Laravel DB: 6 Ways on MySQL / SQLite / PostgreSQL (Benchmarks)
In this 14-minute video for Premium members, I'm comparing the speed of SIX different approaches to seed 1M records into users/posts DB tables, testing MySQL / SQLite / PostgreSQL, also comparing local MacBook Pro vs cheapest Laravel Forge $6 server.
May 14, 2026
Generate HTML Password Rules Attribute in Laravel 13.9.0
Laravel 13.9.0 adds a method to generate HTML passwordrules attributes from your Password validation rule, Cloud queue metrics, optional disk storage for large SQS payloads, Concurrency run timeouts, PendingDispatch conditionable support, and more.
May 13, 2026
DHH Joins Laravel Live Denmark 2026 for Fireside Chat with Taylor Otwell
Laravel Live Denmark announced this week that David Heinemeier Hansson (DHH), creator of Ruby on Rails, will appear on stage at the 2026 event in Copenhagen.
May 13, 2026
Model-Based Scheduling for Laravel with Cadence
Cadence is a Laravel package that attaches cron or RRULE schedules directly to your Eloquent models and fires events when they're due.
May 12, 2026
Laravel's AI SDK adds sub-agents
Laravel's AI SDK now lets you hand off agents as tools to other agents, turning the SDK into a proper orchestration layer.
May 12, 2026
Laravel Introduces First-Party Passkey Authentication Support
Laravel released a new first-party passkey authentication package with WebAuthn support for Face ID, Touch ID, Windows Hello, and security keys.
May 12, 2026
Scrollbar Styling and Container Size Utilities in Tailwind CSS v4.3.0
Tailwind CSS v4.3.0 adds first-class scrollbar styling, a new @container-size utility, and expanded @variant syntax for more flexible custom CSS.
May 11, 2026
Attach Addresses to Any Eloquent Model with Laravel Addressable
Laravel Addressable is a package that adds polymorphic address management to any Eloquent model, with built-in billing and shipping traits, a JSON meta column, and full geospatial support.
May 8, 2026
Laravel AI Integration: Build a Document Search Agent
Learn how to build a document search agent with the Laravel AI SDK. Upload files, generate vector embeddings, and stream answers to the browser in real time.