laravel想使用PUT提交表单,需要在表单中添加:
<input type="hidden" name="_method" value="put">
表单的method为POST方式
注:method=PUT跳转到GET路由而不是POST路由
laravel想使用PUT提交表单,需要在表单中添加:
<input type="hidden" name="_method" value="put">
表单的method为POST方式
注:method=PUT跳转到GET路由而不是POST路由