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 d85ca3e + a551cf7 commit bbbf72aCopy full SHA for bbbf72a
routing.rst
@@ -249,7 +249,8 @@ Use the ``methods`` option to restrict the verbs each route should respond to:
249
route with a different method from an HTML form, add a hidden field called
250
``_method`` with the method to use (e.g. ``<input type="hidden" name="_method" value="PUT">``).
251
If you create your forms with :doc:`Symfony Forms </forms>` this is done
252
- automatically for you.
+ automatically for you when the :ref:`framework.http_method_override <configuration-framework-http_method_override>`
253
+ option is ``true``.
254
255
.. _routing-matching-expressions:
256
0 commit comments