This walks you through production Laravel architecture: controllers stay thin, orchestration goes in services, single-purpose logic in actions, and everything flows through clear layer boundaries. You get specific patterns for route model binding with scopes to prevent cross-tenant access, Eloquent conventions like typed casts and query scopes to keep domain logic out of controllers, and practical examples for queues, events, and caching. The routing section is especially useful if you've ever tangled yourself in nested resource routes or wondered when to use explicit bindings. It's opinionated about structure but in a way that makes refactoring easier six months later. Good for teams that want consistency without fighting the framework.
npx -y skills add affaan-m/ecc --skill laravel-patterns --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
jeffallan/claude-skills
jeffallan/claude-skills