9 lines
459 B
Markdown
9 lines
459 B
Markdown
---
|
|
globs: src/Data/*/Repository/*.php
|
|
description: Enforce consistent placement of repository implementations within
|
|
feature-specific directories in the Data layer, ensuring proper organization
|
|
by feature name.
|
|
alwaysApply: true
|
|
---
|
|
|
|
All repository implementations must be located in the Data layer under feature-specific subdirectories: /src/Data/[FeatureName]/Repository. Feature names must be properly capitalized and follow the PascalCase convention. |