@@ -116,20 +116,23 @@ 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
- 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
- =============================== ======================================== ==========
119
+ =================================================== ========================================
120
+ Type Directory
121
+ =================================================== ========================================
122
+ Commands ``Command/ ``
123
+ Controllers ``Controller/ ``
124
+ Service Container Extensions ``DependencyInjection/ ``
125
+ Doctrine ORM entities (when not using annotations) ``Entity/ ``
126
+ Doctrine ODM documents (when not using annotations) ``Document/ ``
127
+ Event Listeners ``EventListener/ ``
128
+ Configuration ``Resources/config/ ``
129
+ Web Resources (CSS, JS, images) ``Resources/public/ ``
130
+ Translation files ``Resources/translations/ ``
131
+ Validation (when not using annotations) ``Resources/config/validation/ ``
132
+ Serialization (when not using annotations) ``Resources/config/serialization/ ``
133
+ Templates ``Resources/views/ ``
134
+ Unit and Functional Tests ``Tests/ ``
135
+ =================================================== ========================================
133
136
134
137
Classes
135
138
-------
0 commit comments