Skip to content

Commit b6a9470

Browse files
committed
Clarifying language of bundle config versus app config - see symfony#1561
1 parent bf0467e commit b6a9470

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

book/page_creation.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -978,8 +978,11 @@ in mind:
978978
* each feature in Symfony2 (including the Symfony2 framework core) is organized
979979
into a *bundle*, which is a structured set of files for that feature;
980980

981-
* the **configuration** for each bundle lives in the ``app/config`` directory
982-
and can be specified in YAML, XML or PHP;
981+
* the **configuration** for each bundle lives in the ``Resources/config``
982+
directory of the bundle and can be specified in YAML, XML or PHP;
983+
984+
* the global **application configuration** lives in the ``app/Resources/config``
985+
directory;
983986

984987
* each **environment** is accessible via a different front controller (e.g.
985988
``app.php`` and ``app_dev.php``) and loads a different configuration file.

0 commit comments

Comments
 (0)