8000
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 ea881b8 commit 3640b2aCopy full SHA for 3640b2a
create_framework/routing.rst
@@ -41,8 +41,7 @@ One very important aspect of any website is the form of its URLs. Thanks to
41
the URL map, we have decoupled the URL from the code that generates the
42
associated response, but it is not yet flexible enough. For instance, we might
43
want to support dynamic paths to allow embedding data directly into the URL
44
-instead of relying on a query string (like ``/hello/Fabien`` instead of
45
-``/hello?name=Fabien``).
+(e.g. ``/hello/Fabien``) instead of relying on a query string (e.g. ``/hello?name=Fabien``).
46
47
To support this feature, add the Symfony Routing component as a dependency:
48
0 commit comments