阅读(479) (19)

Laravel 8 method_field() {#collection-method}

2021-07-05 10:24:19 更新

method_field 函数生成包含模仿表单 HTTP 动作的 HTML hidden 域。下面的例子使用了 Blade 语法:

<form method="POST">
    {{ method_field('DELETE') }}
</form>