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 362f027

Browse filesBrowse files
committed
Minor tweak
1 parent 9736abf commit 362f027
Copy full SHA for 362f027

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+4
-3
lines changed

‎configuration.rst

Copy file name to clipboardExpand all lines: configuration.rst
+4-3Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -409,12 +409,13 @@ the application behavior by changing which configuration files are loaded.
409409
That's the idea of Symfony's **configuration environments**.
410410

411411
A typical Symfony application begins with three environments:
412+
412413
* ``dev`` for local development,
413414
* ``prod`` for production servers,
414415
* ``test`` for :doc:`automated tests </testing>`.
415-
When running the application, Symfony loads
416-
the configuration files in this order (the last files can override the values
417-
set in the previous ones):
416+
417+
When running the application, Symfony loads the configuration files in this
418+
order (the last files can override the values set in the previous ones):
418419

419420
#. The files in ``config/packages/*.<extension>``;
420421
#. the files in ``config/packages/<environment-name>/*.<extension>``;

0 commit comments

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