laravel-controllers
✓Thin HTTP layer controllers. Controllers contain zero domain logic, only HTTP concerns. Use when working with controllers, HTTP layer, web vs API patterns, or when user mentions controllers, routes, HTTP responses.
Installation
SKILL.md
Controllers are extremely thin. They handle HTTP concerns only and contain zero domain logic.
Controllers should be named using the PLURAL form of the main resource:
For nested resources, combine both resource names (parent + child):
Thin HTTP layer controllers. Controllers contain zero domain logic, only HTTP concerns. Use when working with controllers, HTTP layer, web vs API patterns, or when user mentions controllers, routes, HTTP responses. Source: leeovery/claude-laravel.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/leeovery/claude-laravel --skill laravel-controllers- Source
- leeovery/claude-laravel
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is laravel-controllers?
Thin HTTP layer controllers. Controllers contain zero domain logic, only HTTP concerns. Use when working with controllers, HTTP layer, web vs API patterns, or when user mentions controllers, routes, HTTP responses. Source: leeovery/claude-laravel.
How do I install laravel-controllers?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/leeovery/claude-laravel --skill laravel-controllers Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/leeovery/claude-laravel
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01