Articles Tagged: laravel
Technical writings, opinionated architectures, and development guides tagged with laravel.
Implementing the Saga Pattern in a Laravel Monolith
Learn how to implement the Saga pattern in Laravel to coordinate external APIs, recover from failures, and keep data consistent.
Why your Laravel controllers should be almost empty
Learn architectural patterns to keep Laravel controllers thin, improve testability, and build maintainable applications.
The overlooked Git feature every Laravel developer should be using
Use Git worktrees to maintain multiple isolated Laravel environments simultaneously without stashing or reinstalling dependencies.
Building AI Powered Applications in Laravel
This guide walks through prompt organization, structured outputs, and AI-discoverable capabilities using Prism and Laravel MCP.
API-First Laravel Projects
Beginner-friendly, API-first Laravel path: 10 progressive projects covering resources, auth, search, multi-tenancy, webhooks, rate limits, and GraphQL.
Building your first MCP server with Laravel
Learn how to build a Laravel MCP server for task management with tools, resources, prompts, Sanctum auth, Pest testing, and Claude integration.