Skip to content

Commit 1dbe838

Browse files
committed
bug #8875 Update the_architecture.rst (obax)
This PR was merged into the 4.0 branch. Discussion ---------- Update the_architecture.rst This article confused me looking at Symfony 4. I hope my changes are correct. Commits ------- 8ce10b8 Update the_architecture.rst
2 parents cacf795 + 8ce10b8 commit 1dbe838

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)