diff --git a/quick_tour/the_architecture.rst b/quick_tour/the_architecture.rst index c91da1a814f..a196b2c711f 100644 --- a/quick_tour/the_architecture.rst +++ b/quick_tour/the_architecture.rst @@ -13,8 +13,12 @@ Understanding the Directory Structure The directory structure of a Symfony application is rather flexible, but the recommended structure is as follows: -``app/`` - The application configuration, templates and translations. +``config/`` + The application configuration +``templates/`` + The application's views +``translations/`` + The home of translation files ``bin/`` Executable files (e.g. ``bin/console``). ``src/``