Skip to main content
ArticlesProjectsUsesNowWork HistoryAbout
Category Archive

Articles: Laravel

Technical writings, opinionated architectures, and development guides focusing on Laravel.

Articles82
Est. Read Time737 mins
Tags180
Featured5

Start the Modern Laravel APIs series by structuring Pulse-Link for production with clear layers, ULIDs, action classes, DTO requests, and versioning.

laravelapi-designapi-architecturerest-api

Implement lead ingestion in Laravel with Form Request validation, typed DTO payloads, Action classes, and JSON:API responses for POST /v1/leads.

laravelapi-designapi-architecturerest-api

Learn how to version Laravel API routes, signal deprecations with Sunset headers, and keep API contracts aligned with your implementation.

laravelapi-designapi-architecturerest-api

Learn how to implement the Saga pattern in Laravel to coordinate external APIs, recover from failures, and keep data consistent.

laravelsaga-patternapi-integrationsdistributed-transactions

Learn architectural patterns to keep Laravel controllers thin, improve testability, and build maintainable applications.

LaravelArchitectureControllersBest PracticesTesting
2025-11 · 31 min read

API-First Laravel Projects

Beginner-friendly, API-first Laravel path: 10 progressive projects covering resources, auth, search, multi-tenancy, webhooks, rate limits, and GraphQL.

laravelapi-developmentbeginner-friendlyauthenticationauthorizationeloquentmulti-tenancywebhooksrate-limitinggraphql