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 af5d478

Browse filesBrowse files
committed
Added suggestions made by @cordoval
1 parent 4a87cfb commit af5d478
Copy full SHA for af5d478

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+5
-4
lines changed

‎cookbook/configuration/configuration_organization.rst

Copy file name to clipboardExpand all lines: cookbook/configuration/configuration_organization.rst
+5-4Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ name as the environment:
8484
├─ vendor/
8585
└─ web/
8686
87-
To make it work, change the code of the ``registerContainerConfiguration()``
87+
To make this work, change the code of the
88+
:method:`Symfony\\Component\\HttpKernel\\KernelInterface::registerContainerConfiguration`
8889
method::
8990

9091
// app/AppKernel.php
@@ -107,7 +108,7 @@ files, including the common files:
107108
108109
# app/config/dev/config.yml
109110
imports:
110-
- { resource: '../common/config.yml' }
111+
- { resource: '../common/config.yml' }
111112
- { resource: 'parameters.yml' }
112113
- { resource: 'security.yml' }
113114
@@ -222,7 +223,7 @@ Semantic Configuration Files
222223

223224
A different organization strategy may be needed for complex applications with
224225
large configuration files. For instance, you could create one file per bundle
225-
and several files to define all the application services:
226+
and several files to define all application services:
226227

227228
.. code-block:: text
228229
@@ -473,5 +474,5 @@ doesn't exist:
473474
474475
As you've seen, there are lots of ways to organize your configuration files. You
475476
can choose one of these or even create your own custom way of organizing the
476-
files. Don't feel limited by the standard edition that comes with Symfony. For even
477+
files. Don't feel limited by the Standard Edition that comes with Symfony. For even
477478
more customization, see ":doc:`dir_structure`".

0 commit comments

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