We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 795b782 commit 8ce10b8Copy full SHA for 8ce10b8
quick_tour/the_architecture.rst
@@ -13,8 +13,12 @@ Understanding the Directory Structure
13
The directory structure of a Symfony application is rather flexible, but the
14
recommended structure is as follows:
15
16
-``app/``
17
- The application configuration, templates and translations.
+``config/``
+ The application configuration
18
+``templates/``
19
+ The application's views
20
+``translations/``
21
+ The home of translation files
22
``bin/``
23
Executable files (e.g. ``bin/console``).
24
``src/``
0 commit comments