#laravel
81 articles with this tag
- When CRUD Isn't Enough: How Real APIs Outgrow Their Design Most Laravel APIs start as clean CRUD systems. This article walks through why that breaks down, and how an action-based design fixes the mess.
- Building Modern Laravel APIs: Lead Scoring and Prioritisation Building a configurable lead scoring engine in Laravel 13 - config-driven weights, query objects for prioritised retrieval, rescoring commands, and a top leads endpoint.
- Building Modern Laravel APIs: The Action Pattern Building a lead enrichment and scoring pipeline in Laravel 13 using the AI SDK, structured agents, composable Action classes, and PHP enums for type-safe status management.
- Building Modern Laravel APIs: Authentication with JWT Add JWT auth to a Laravel API with register, login, refresh, and logout flows using Form Request DTOs, Action classes, and auth:api middleware.
- Building Modern Laravel APIs: Foundations and Project Structure Start the Modern Laravel APIs series by structuring Pulse-Link for production with clear layers, ULIDs, action classes, DTO requests, and versioning.
- Building Modern Laravel APIs: Ingesting Leads Implement lead ingestion in Laravel with Form Request validation, typed DTO payloads, Action classes, and JSON:API responses for POST /v1/leads.
- Building Modern Laravel APIs: Routing, Versioning, and API Contracts Learn how to version Laravel API routes, signal deprecations with Sunset headers, and keep API contracts aligned with your implementation.
- 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.
- An open, modern approach to HR & PeopleOps Discover how modern companies are rethinking HR to attract, retain, and empower top developer talent.
- Building modular systems in Laravel - A practical guide Learn how modular architecture transforms Laravel apps into scalable, maintainable systems.
- Dockerizing Laravel queues, workers, and schedulers Learn to containerize Laravel queues, workers, and schedulers for production with isolation and scalability.
- JSON Resume - The future of career data is here A hands-on guide to implementing JSON Resume with PHP, from basic concepts to advanced usage with type-safe Laravel integration.
- How I Would Have Built Laravel Cloud Explore an alternative approach to Laravel Cloud architecture, balancing simplicity with flexibility.
- Multi-tenancy Without the Hassle Learn how to build a multi-tenant application in Laravel using Sprout, avoiding the common pitfalls of manual tenant management.
- What are MCP Servers, and why should I care? Discover how Model Context Protocol servers revolutionize Laravel development with AI integration.