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 b46e4e5

Browse filesBrowse files
committed
Merge branch '2.0'
2 parents 64b3a50 + b6a9470 commit b46e4e5
Copy full SHA for b46e4e5

File tree

Expand file treeCollapse file tree

2 files changed

+6
-3
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+6
-3
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
@@ -981,8 +981,11 @@ in mind:
981981
* each feature in Symfony2 (including the Symfony2 framework core) is organized
982982
into a *bundle*, which is a structured set of files for that feature;
983983

984-
* the **configuration** for each bundle lives in the ``app/config`` directory
985-
and can be specified in YAML, XML or PHP;
984+
* the **configuration** for each bundle lives in the ``Resources/config``
985+
directory of the bundle and can be specified in YAML, XML or PHP;
986+
987+
* the global **application configuration** lives in the ``app/Resources/config``
988+
directory;
986989

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

‎components/dependency_injection/types.rst

Copy file name to clipboardExpand all lines: components/dependency_injection/types.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ the dependency::
3131
// ...
3232
}
3333

34-
You can can specify what service you would like to inject into this in the
34+
You can specify what service you would like to inject into this in the
3535
service container configuration:
3636

3737
.. configuration-block::

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.