9 lines
325 B
Markdown
9 lines
325 B
Markdown
---
|
|
globs: UI/Controller/**/*.php
|
|
description: When creating new controllers in the UI/Controller directory, a
|
|
corresponding feature subfolder should be created to organize related
|
|
controller files
|
|
alwaysApply: true
|
|
---
|
|
|
|
All controllers in the UI/Controller directory must be placed within feature-specific subdirectories |