~/devreads

#laravel tutorials

5 posts

23 Jul

Paul Redmond 1 min read

Learn how to use Laravel's new Illuminate\Image API introduced in Laravel 13.20 to resize, transform, convert, and store images with practical examples. The post A Practical Guide to Laravel's First-Party Image Processing appeared first on Laravel News. Join the Laravel Newsletter to get Laravel articles like this directly in your inbox.

laravel tutorials

8 Jul

Harris Raftopoulos 1 min read

First I socially engineer our own support agent into leaking its full system prompt and another customer's data. Then we lock it down with four layers of defense: a hardened prompt, a local LLM guard running on Ollama, tool-level authorization, and output filtering. The finale of Ship AI with Laravel. The post Ship AI with Laravel: I Tricked My Own…

laravel tutorials

27 Jun

Harris Raftopoulos 1 min read

We've built agents, tools, a knowledge base, and streaming. Now how do you test it without hitting OpenAI on every run? In this episode we test the entire system with Pest and zero API calls using the SDK's faking system. Fast, deterministic, free. The post Ship AI with Laravel: Test Your AI System with Zero API Calls appeared first on…

laravel tutorials

24 Jun

Harris Raftopoulos 1 min read

Your AI platform works in development, but what happens when the provider goes down at 2am or traffic spikes? In this episode we add provider failover, queued background processing, and middleware for logging, rate limiting, and cost tracking. The infrastructure that keeps it running in production. The post Ship AI with Laravel: Failover, Queues, and Middleware for AI Agents appeared…

laravel tutorials

18 Jun

Harris Raftopoulos 1 min read

The agent can answer from our knowledge base, but not about things that change by the minute like shipping delays. In this episode we add the WebSearch tool so the agent can pull live information from the web, with a locked-down allow list so it only hits domains we trust. The post Ship AI with Laravel: Give Your AI Agent…

laravel tutorials