Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b196f16 commit 576df85Copy full SHA for 576df85
routing.rst
@@ -304,6 +304,13 @@ Use the ``methods`` option to restrict the verbs each route should respond to:
304
``_method`` with the method to use (e.g. ``<input type="hidden" name="_method" value="PUT">``).
305
If you create your forms with :doc:`Symfony Forms </forms>` this is done
306
automatically for you.
307
+ Also note that ```framework.http_method_override``` needs to be set for this to work :
308
+
309
+ .. code-block:: yaml
310
311
+ # config/packages/framework.yaml
312
+ framework:
313
+ http_method_override: true
314
315
.. _routing-matching-expressions:
316
0 commit comments