File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Filter options
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.
409
409
That's the idea of Symfony's **configuration environments **.
410
410
411
411
A typical Symfony application begins with three environments:
412
+
412
413
* ``dev `` for local development,
413
414
* ``prod `` for production servers,
414
415
* ``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):
418
419
419
420
#. The files in ``config/packages/*.<extension> ``;
420
421
#. the files in ``config/packages/<environment-name>/*.<extension> ``;
You can’t perform that action at this time.
0 commit comments