module-per-menu

Installation
SKILL.md

Module Per Menu

Use this skill whenever creating, copying, refactoring, or expanding a Laravel web application with multiple menus, pages, dashboards, reports, or admin screens.

Default to a module-per-menu structure unless the existing project already has a stronger convention.

Standard Pattern

Use this shape for Laravel apps with menus or pages:

Route -> Small Page/Resource Controller -> Action/Service/Query Service when needed -> Eloquent -> View/API Response

Organize UI work so one menu or page maps to one clear module:

Installs
7
GitHub Stars
4
First Seen
Aug 4, 2026
module-per-menu — soden46/syarif-laravel-ai-skills