This commit is contained in:
2026-06-10 18:22:27 +02:00
parent 7f31b63aaa
commit 83b475987c
50 changed files with 2550 additions and 11 deletions
@@ -0,0 +1,10 @@
---
globs: src/Data/*/Entity/*.php
description: 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.
alwaysApply: 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.