File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -409,12 +409,13 @@ the application behavior by changing which configuration files are loaded.
409409That's the idea of Symfony's **configuration environments **.
410410
411411A 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> ``;
You can’t perform that action at this time.
0 commit comments