Topic: AI
All the articles about "AI".
-
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.
-
Implementing Semantic Search with the Laravel AI SDK
How we replaced Algolia with pgvector semantic search in our Laravel app — saving money, removing a dependency, and getting better results.