initial
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
---
|
||||
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.
|
||||
Reference in New Issue
Block a user