@@ -116,23 +116,20 @@ files are going to be part of the repository.
116116The following classes and files have specific emplacements (some are mandatory
117117and others are just conventions followed by most developers):
118118
119- =============================== ============================= ================
120- Type Directory Mandatory?
121- =============================== ============================= ================
122- Commands ``Command/ `` Yes
123- Controllers ``Controller/ `` No
124- Service Container Extensions ``DependencyInjection/ `` Yes
125- Event Listeners ``EventListener/ `` No
126- Model classes [1] ``Model/ `` No
127- Configuration ``Resources/config/ `` No
128- Web Resources (CSS, JS, images) ``Resources/public/ `` Yes
129- Translation files ``Resources/translations/ `` Yes
130- Templates ``Resources/views/ `` Yes
131- Unit and Functional Tests ``Tests/ `` No
132- =============================== ============================= ================
133-
134- [1] See :doc: `/doctrine/mapping_model_classes ` for how to handle the
135- mapping with a compiler pass.
119+ =============================== ======================================== ==========
120+ Type Directory Mandatory?
121+ =============================== ======================================== ==========
122+ Commands ``Command/ `` Yes
123+ Controllers ``Controller/ `` No
124+ Service Container Extensions ``DependencyInjection/ `` Yes
125+ Doctrine entities and documents ``Entity/ `` (ORM) or ``Document/ `` (ODM) No
126+ Event Listeners ``EventListener/ `` No
127+ Configuration ``Resources/config/ `` No
128+ Web Resources (CSS, JS, images) ``Resources/public/ `` Yes
129+ Translation files ``Resources/translations/ `` Yes
130+ Templates ``Resources/views/ `` Yes
131+ Unit and Functional Tests ``Tests/ `` No
132+ =============================== ======================================== ==========
136133
137134Classes
138135-------
0 commit comments