Backend
Controller Wiring Pattern
Pattern for thin Laravel controllers that wire HTTP to domain actions in the segue-me API. Controllers inject repositories in constructor, inject actions in method params, call authorize(), build DTO, call action, return Resource. Use when adding a new endpoint, creating a controller, wiring a route to an action, or the user says 'add endpoint', 'new route', 'expose via API', 'create controller method'.