Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commitad4b3a2

Browse files
committed
Made two configuration sub guides flex-ready
1 parente92386c commitad4b3a2

File tree

4 files changed

+209
-312
lines changed

4 files changed

+209
-312
lines changed

‎configuration/configuration_organization.rst‎

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@
44
How to Organize Configuration Files
55
===================================
66

7-
The default Symfony Standard Edition defines three
8-
:doc:`execution environments</configuration/environments>` called
9-
``dev``, ``prod`` and ``test``. An environment simply represents a way to
10-
execute the same codebase with different configurations.
7+
The Symfony skeleton defines three:doc:`execution environments</configuration/environments>`
8+
called ``dev``, ``prod`` and ``test``. An environment simply represents a way
9+
to execute the same codebase with different configurations.
1110

1211
In order to select the configuration file to load for each environment, Symfony
1312
executes the ``registerContainerConfiguration()`` method of the ``AppKernel``
@@ -17,7 +16,7 @@ class::
1716
use Symfony\Component\HttpKernel\Kernel;
1817
use Symfony\Component\Config\Loader\LoaderInterface;
1918

20-
classAppKernel extendsKernel
19+
classKernel extendsBaseKernel
2120
{
2221
// ...
2322

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp