520 B
520 B
globs, description, alwaysApply
| globs | description | alwaysApply |
|---|---|---|
| src/Data/*/Entity/*.php | This rule ensures consistent entity placement within the feature-based architecture by requiring entities to be stored in a specific directory structure under /src/Data/[FeatureName]/Entity, with proper Doctrine configuration for each directory. | true |
All entities must be located in /src/Data/[FeatureName]/Entity directory, where [FeatureName] is the feature-specific subdirectory. If [FeatureName] is unknown, use "Unknown" as the directory name.