File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -82,11 +82,11 @@ Faking the Method with ``_method``
8282 before you handle the request (e.g. in your front controller). In Symfony
8383 2.3, use the :ref: `configuration-framework-http_method_override ` option.
8484
85- Unfortunately, life isn't quite this simple, since most browsers do not
86- support sending PUT and DELETE requests as method in HTML forms . Fortunately, Symfony provides you
87- with a simple way of working around this limitation. By including a `` _method ``
88- parameter in the query string or parameters of an HTTP request, Symfony will
89- use this as the method when matching routes. Forms automatically include a
85+ Unfortunately, life isn't quite this simple, since most browsers do not support
86+ sending PUT and DELETE requests via the ` method ` attribute in an HTML form . Fortunately,
87+ Symfony provides you with a simple way of working around this limitation. By including
88+ a `` _method `` parameter in the query string or parameters of an HTTP request, Symfony
89+ will use this as the method when matching routes. Forms automatically include a
9090hidden field for this parameter if their submission method is not GET or POST.
9191See :ref: `the related chapter in the forms documentation<book-forms-changing-action-and-method> `
9292for more information.
You can’t perform that action at this time.
0 commit comments