Topic: AI
All the articles about "AI".
-
When Your Laravel App Needs Both MCP and API Access
MCP servers are great for AI chat, but sometimes you need the underlying API too. How we handle both in Growth Method using a driver pattern — one credential, two access strategies.
-
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.
-
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.
-
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.