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
5252 :doc: `Symfony Configuration Reference </reference/index >` or run the
5353 ``config:dump-reference `` command.
5454
55+ .. _configuration-formats :
56+
5557Configuration Formats
5658~~~~~~~~~~~~~~~~~~~~~
5759
Original file line number Diff line number Diff line change @@ -183,11 +183,11 @@ the ``BlogController``:
183183 ;
184184 };
185185
186- .. versionadded :: 5.1
186+ .. note ::
187187
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>` .
191191
192192.. _routing-matching-http-methods :
193193
You can’t perform that action at this time.
0 commit comments