laravel-controllers

Installation
SKILL.md

Laravel Controllers

Controllers are extremely thin. They handle HTTP concerns only and contain zero domain logic.

Related guides:

Philosophy

Controllers should ONLY:

  1. Type-hint dependencies
  2. Validate (via Form Requests)
  3. Call actions
  4. Return responses (resources, redirects, views)
Related skills
Installs
41
GitHub Stars
43
First Seen
Jan 24, 2026