Or try paginated search →
Your agent looks up orders and pulls customer history but forgets everything between messages. Ask about order 1042, follow up with "can I return it?"...
Read article
Your support agent talks, classifies tickets, but when a customer asks "where's my order?" it makes something up. In this episode we give the agent to...
Read article
Your support agent can talk, but it responds in prose. You can't route a ticket or track sentiment from a paragraph. In this episode we build a Ticket...
Read article
Laravel 13 ships with a first-party AI SDK. In the first episode of Ship AI with Laravel we install it, scaffold a support agent, and get it respondin...
Read articleStripe goes down on a Friday night and your queue workers don't know it. Every job hangs, retries, and blocks everything else. In this video, I break...
Read article
Your real-time dashboard updates, but every new order makes the whole page jump. In this episode, I show you how to combine Livewire's skipRender with...
Read article
Prevent queue workers from grinding to a halt when external services fail. Fuse for Laravel implements the circuit breaker pattern, letting jobs fail...
Read article
A new Claude Code skill that automates git worktree setup for Laravel Herd projects, perfect for handling environment configuration, depen...
Read article
Your dashboard is fast, but users still hit refresh to see new data. In this episode, I show you how to add real-time updates with Laravel Reverb and...
Read article
Every dashboard load hits your database—every chart, every metric, every time. In this episode, I show you how to cache your chart data smartly, with...
Read article
Your dashboard has all the data like revenue, orders, daily breakdowns. But staring at rows of numbers isn't exactly inspiring. In this episode, I sho...
Read article
Why struggle with JavaScript frameworks when Laravel Livewire lets you build fully interactive dashboards using only PHP? In this episode, learn how t...
Read article