@@ -116,23 +116,20 @@ files are going to be part of the repository.
116
116
The following classes and files have specific emplacements (some are mandatory
117
117
and others are just conventions followed by most developers):
118
118
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
+ =============================== ======================================== ==========
136
133
137
134
Classes
138
135
-------
0 commit comments