@@ -115,20 +115,20 @@ files are going to be part of the repository.
115
115
116
116
The following classes and files have specific emplacements:
117
117
118
- =============================== ============================= ================
119
- Type Directory Location
120
- =============================== ============================= ================
121
- Commands ``Command/ `` Mandatory
122
- Controllers ``Controller/ `` Mandatory
123
- Service Container Extensions ``DependencyInjection/ `` Mandatory
124
- Event Listeners ``EventListener/ `` Convention
125
- Model classes [1] ``Model/ `` Convention
126
- Configuration ``Resources/config/ `` Mandatory
127
- Web Resources (CSS, JS, images) ``Resources/public/ `` Mandatory
128
- Translation files ``Resources/translations/ `` Mandatory
129
- Templates ``Resources/views/ `` Mandatory
130
- Unit and Functional Tests ``Tests/ `` Mandatory
131
- =============================== ============================= ================
118
+ =============================== ============================= ================
119
+ Type Directory Location
120
+ =============================== ============================= ================
121
+ Commands ``Command/ `` Mandatory
122
+ Controllers ``Controller/ `` Mandatory
123
+ Service Container Extensions ``DependencyInjection/ `` Mandatory
124
+ Event Listeners ``EventListener/ `` Convention
125
+ Model classes [1] ``Model/ `` Convention
126
+ Configuration ``Resources/config/ `` Mandatory
127
+ Web Resources (CSS, JS, images) ``Resources/public/ `` Mandatory
128
+ Translation files ``Resources/translations/ `` Mandatory
129
+ Templates ``Resources/views/ `` Mandatory
130
+ Unit and Functional Tests ``Tests/ `` Mandatory
131
+ =============================== ============================= ================
132
132
133
133
[1] See :doc: `/cookbook/doctrine/mapping_model_classes ` for how to handle the
134
134
mapping with a compiler pass.
0 commit comments