We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f99b01 commit 8af100dCopy full SHA for 8af100d
routing.rst
@@ -147,6 +147,12 @@ the ``BlogController``:
147
;
148
};
149
150
+.. versionadded:: 5.1
151
+
152
+ Starting from Symfony 5.1, by default Symfony only loads the routes defined
153
+ in YAML format. If you define routes in XML and/or PHP formats, update the
154
+ ``src/Kernel.php`` file to add support for the ``.xml`` and ``.php`` file extensions.
155
156
.. _routing-matching-http-methods:
157
158
Matching HTTP Methods
0 commit comments