Skip to content

Commit 8ce10b8

Browse files
authored
Update the_architecture.rst
1 parent 795b782 commit 8ce10b8

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

quick_tour/the_architecture.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,12 @@ Understanding the Directory Structure
1313
The directory structure of a Symfony application is rather flexible, but the
1414
recommended structure is as follows:
1515

16-
``app/``
17-
The application configuration, templates and translations.
16+
``config/``
17+
The application configuration
18+
``templates/``
19+
The application's views
20+
``translations/``
21+
The home of translation files
1822
``bin/``
1923
Executable files (e.g. ``bin/console``).
2024
``src/``

0 commit comments

Comments
 (0)