Articles
All the articles I've posted.
-
The Axios Supply Chain Attack: What Laravel Developers Need to Know
A compromised npm account turned Axios into a RAT dropper for 3.5 hours. Here's what happened, why AI coding agents make supply chain attacks worse, and 10 protections every Laravel project should have.
-
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.