Agent Run Observability in Laravel AI SDK 0.11
Laravel AI SDK 0.11 adds run-level events for agent steps and tool calls, hosted tool search for OpenAI and Anthropic, and wider provider failover. The post Agent Run…
Articles I found worth reading, with a short note on each.
Laravel AI SDK 0.11 adds run-level events for agent steps and tool calls, hosted tool search for OpenAI and Anthropic, and wider provider failover. The post Agent Run…
Statamic Mailables Viewer discovers Laravel mailables and adds live previews, editable sample data, responsive views, and test sending to the Control Panel. The post Statamic…
Laravel 13.26 adds a read-through filesystem driver, debounced queued event listeners, Queue::forward() routing, and new process testing helpers. The post Read-Through Disks and…
So, you broke apart your monolith. You introduced a message broker. You’re using event driven architecture. Events are flying everywhere. You’re decoupled now, right? But somehow…
Laravel Chores runs backfills, cleanups, and purges in checkpointed batches that survive deploys and crashes, then resumes where it left off. The post Laravel Chores: Resumable…
Laravel Lock scopes distributed locks to Eloquent models and routes in Laravel apps, with a fluent builder, middleware, and cache or database storage. The post Laravel Lock…
Laravel 13.25 adds queue:pause --all and Queue::pauseAll() to stop job processing on every connection without putting the app in maintenance mode. The post Pause All Laravel…
Enforcing application architecture instead of relying on markdown files
Laravel 13.25 adds queue:pause --all across every connection, runs artisan dev in a tabbed terminal UI, and returns images straight from routes. The post Pause All Queues and a…
Laravel 13.25 runs artisan dev through @laravel/multiplex, putting each process in its own tab with search, per-process restart, and timestamps. The post Laravel Terminal UI for…
Laravel Boost project rules store your app's conventions in .ai/rules, scoped by file globs, so an agent only reads the instructions that apply. The post Laravel Boost Project…
Saga Lara Flow is a Laravel package by Andriy Karpishyn that runs long-lived business processes as replayable PHP methods, with automatic rollback when a step fails. The post Saga…