We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83ff4b1 commit a636945Copy full SHA for a636945
reference/forms/types/options/method.rst.inc
@@ -17,8 +17,10 @@ Possible values are:
17
* PATCH
18
19
As PUT, DELETE and PATCH are not nativly supported by most clients, Symfony
20
-simulates them, see :doc:`/cookbook/routing/method_parameters`.
+simulates them. For more information see
21
+:doc:`/cookbook/routing/method_parameters`.
22
23
.. note::
24
+
25
Using ``PUT``, ``PATCH`` and ``DELETE`` is only allowed if
26
:ref:`configuration-framework-http_method_override` is enabled.
0 commit comments