Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b6a9470

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

File tree

Expand file treeCollapse file tree

1 file changed

+5
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-2
lines changed

‎book/page_creation.rst

Copy file name to clipboardExpand all lines: book/page_creation.rst
+5-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.