Laravel 8 method_field() {#collection-method}
method_field
函数生成包含模仿表单 HTTP 动作的 HTML hidden
域。下面的例子使用了 Blade 语法:
<form method="POST">
{{ method_field('DELETE') }}
</form>
method_field
函数生成包含模仿表单 HTTP 动作的 HTML hidden
域。下面的例子使用了 Blade 语法:
<form method="POST">
{{ method_field('DELETE') }}
</form>