File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -76,10 +76,13 @@ readable. These are the main advantages and disadvantages of each format:
76
76
77
77
.. note ::
78
78
79
- By default Symfony only loads the configuration files defined in YAML
80
- format. If you define configuration in XML and/or PHP formats, update the
81
- ``src/Kernel.php `` file to add support for the ``.xml `` and ``.php `` file
82
- extensions.
79
+ By default Symfony loads the configuration files defined in YAML and PHP
80
+ formats. If you define configuration in XML format, update the
81
+ ``src/Kernel.php `` file to add support for the ``.xml `` file extension.
82
+
83
+ .. versionadded :: 6.1
84
+
85
+ The automatic loading of PHP configuration files was introduced in Symfony 6.1.
83
86
84
87
Importing Configuration Files
85
88
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments