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 066fa38 + f9aaa15 commit 3efd420Copy full SHA for 3efd420
routing.rst
@@ -241,7 +241,8 @@ Use the ``methods`` option to restrict the verbs each route should respond to:
241
route with a different method from an HTML form, add a hidden field called
242
``_method`` with the method to use (e.g. ``<input type="hidden" name="_method" value="PUT">``).
243
If you create your forms with :doc:`Symfony Forms </forms>` this is done
244
- automatically for you.
+ automatically for you when the :ref:`framework.http_method_override <configuration-framework-http_method_override>`
245
+ option is ``true``.
246
247
.. _routing-matching-expressions:
248
0 commit comments