laravel5 表单method无法用put,delete,patch?
程序员文章站
2022-05-27 11:17:17
...
我按照文档的写法编写表单如下:
但是得到的结果是: MethodNotAllowedHttpException in RouteCollection.php line 219:
如果是get post是正常的restful访问,单换了put...就不行。
但是得到的结果是: MethodNotAllowedHttpException in RouteCollection.php line 219:
如果是get post是正常的restful访问,单换了put...就不行。
但是得到的结果是: MethodNotAllowedHttpException in RouteCollection.php line 219:
如果是get post是正常的restful访问,单换了put...就不行。
回复内容:
我按照文档的写法编写表单如下:
但是得到的结果是: MethodNotAllowedHttpException in RouteCollection.php line 219:
如果是get post是正常的restful访问,单换了put...就不行。
路由不对?
你有一个 Route::put('admin/haha/ht') 的路由吗?
(