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 db6aa08 commit a27d30eCopy full SHA for a27d30e
routing.rst
@@ -3026,6 +3026,8 @@ Troubleshooting
3026
3027
Here are some common errors you might see while working with routing:
3028
3029
+.. code-block:: text
3030
+
3031
Controller "App\\Controller\\BlogController::show()" requires that you
3032
provide a value for the "$slug" argument.
3033
@@ -3040,6 +3042,8 @@ But your route path does *not* have a ``{slug}`` parameter (e.g. it is
3040
3042
``/blog/show``). Add a ``{slug}`` to your route path: ``/blog/show/{slug}`` or
3041
3043
give the argument a default value (i.e. ``$slug = null``).
3044
3045
3046
3047
Some mandatory parameters are missing ("slug") to generate a URL for route
3048
"blog_show".
3049
0 commit comments