Skip to main content
ArticlesProjects
Tag Archive

Articles Tagged: rest-api

Technical writings, opinionated architectures, and development guides tagged with rest-api.

Articles10
Est. Read Time104 mins
Categories2
Featured0

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.

laravelapi-designrest-apibackend-developmentarchitecture

Building a configurable lead scoring engine in Laravel 13 - config-driven weights, query objects for prioritised retrieval, rescoring commands, and a top leads endpoint.

laravelapi-designapi-architecturerest-api

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.

laravelapi-designapi-architecturerest-api

Add JWT auth to a Laravel API with register, login, refresh, and logout flows using Form Request DTOs, Action classes, and auth:api middleware.

laravelapi-designapi-architecturerest-api

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