File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,8 @@ to change these files after package installation
52
52
:doc: `Symfony Configuration Reference </reference/index >` or run the
53
53
``config:dump-reference `` command.
54
54
55
+ .. _configuration-formats :
56
+
55
57
Configuration Formats
56
58
~~~~~~~~~~~~~~~~~~~~~
57
59
Original file line number Diff line number Diff line change @@ -183,11 +183,11 @@ the ``BlogController``:
183
183
;
184
184
};
185
185
186
- .. versionadded :: 5.1
186
+ .. note ::
187
187
188
- Starting from Symfony 5.1, by default Symfony only loads the routes defined
189
- in YAML format. If you define routes in XML and/or PHP formats, update the
190
- `` src/Kernel.php `` file to add support for the ``.xml `` and `` . php `` file extensions .
188
+ By default Symfony only loads the routes defined in YAML format. If you
189
+ define routes in XML and/or PHP formats, you need to
190
+ :ref: ` update the ``src/Kernel. php`` file <configuration-formats>` .
191
191
192
192
.. _routing-matching-http-methods :
193
193
You can’t perform that action at this time.
0 commit comments