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.
2 parents aa5e37b + cd6140a commit 4469526Copy full SHA for 4469526
routing.rst
@@ -2622,6 +2622,8 @@ Troubleshooting
2622
2623
Here are some common errors you might see while working with routing:
2624
2625
+.. code-block:: text
2626
+
2627
Controller "App\\Controller\\BlogController::show()" requires that you
2628
provide a value for the "$slug" argument.
2629
@@ -2636,6 +2638,8 @@ But your route path does *not* have a ``{slug}`` parameter (e.g. it is
2636
2638
``/blog/show``). Add a ``{slug}`` to your route path: ``/blog/show/{slug}`` or
2637
2639
give the argument a default value (i.e. ``$slug = null``).
2640
2641
2642
2643
Some mandatory parameters are missing ("slug") to generate a URL for route
2644
"blog_show".
2645
0 commit comments