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 119e5d8 commit 43428c4Copy full SHA for 43428c4
routing.rst
@@ -20,6 +20,12 @@ the change is simple.
20
Creating Routes
21
---------------
22
23
+First, install the annotations package:
24
+
25
+.. code-block:: terminal
26
27
+ $ composer require annotations
28
29
A *route* is a map from a URL path to a controller. Suppose you want one route that
30
matches ``/blog`` exactly and another more dynamic route that can match *any* URL
31
like ``/blog/my-post`` or ``/blog/all-about-symfony``:
0 commit comments