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 011115c commit 41ab840Copy full SHA for 41ab840
routing/custom_route_loader.rst
@@ -7,8 +7,8 @@ How to Create a custom Route Loader
7
Basic applications can define all their routes in a single configuration file -
8
usually ``config/routes.yaml`` (see :ref:`routing-creating-routes`).
9
However, in most applications it's common to import routes definitions from
10
-different resources: PHP annotations in controller files, YAML, XML or PHP
11
-files stored in some directory, etc.
+different resources: PHP annotations or attributes in controller files, YAML, XML
+or PHP files stored in some directory, etc.
12
13
Built-in Route Loaders
14
----------------------
0 commit comments