Featured
-
Migrating from PrismPHP to the Laravel AI SDK
Migrating from PrismPHP to Laravel's official AI SDK broke two agents silently. Here's what went wrong with temperature support, strict mode schemas, and error handling — and how to fix each one.
-
I Can't Write a Single Line of PHP. Here's What I Can Do.
Updated:I literally cannot write a line of PHP from memory. But I've shipped a full Laravel SaaS, fixed N+1 queries, handled security reports, and made 120+ commits in two months. Code is no longer the bottleneck.
-
What the Heck Is Blaze and Why Do I Need It?
Laravel Blaze makes your Blade components render up to 97% faster with zero code changes. A plain-English guide for non-traditional developers to the optimized compiler, memoization, and code folding — and why Flux + Blaze is the easiest performance win you'll ever get.
What's New
-
I Just Tried the New laravel-best-practices Skill
Laravel Boost shipped a new laravel-best-practices skill that checks your code against 100+ rules. I ran it against Growth Method and fixed 7 priorities -- security, performance, queues, and more. Here's the full breakdown.
-
Turning a REST API into AI Tools in Laravel
How to wrap any REST API — like Google Search Console — as AI tools in Laravel, without needing an MCP server. Covers OAuth, a service wrapper, tool classes, and wiring it all together.
-
Your (Flux UI) Rich Text Editor (Probably) Shouldn't Have a Scrollbar
The Flux editor defaults to a 500px max height, creating nested scrollbars on full-page forms. Here's how to fix it, why context matters, and what the industry standard actually is.
-
Building a Reusable AI Chat Component with the Laravel AI SDK and Livewire Streaming
How we built one generic Livewire chat component that works with any AI agent — streaming responses, MCP tool support, and per-team security boundaries — using the Laravel AI SDK.
-
An Introduction to the Laravel Scheduler
How the Laravel Scheduler works, the three automated tasks we run at Growth Method, whether a per-minute cron job is wasteful, and the production safeguards every app should use.