File tree 1 file changed +5
-5
lines changed
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``
82
82
before you handle the request (e.g. in your front controller). In Symfony
83
83
2.3, use the :ref: `configuration-framework-http_method_override ` option.
84
84
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
90
90
hidden field for this parameter if their submission method is not GET or POST.
91
91
See :ref: `the related chapter in the forms documentation<book-forms-changing-action-and-method> `
92
92
for more information.
You can’t perform that action at this time.
0 commit comments