当前位置:  开发笔记 > 编程语言 > 正文

laravel5 表单method无法用put,delete,patch?

我按照文档的写法编写表单如下:<formaction"{{asset('adminhahaht')}}"method"POST">{代码}<form>但是得到的结果是:MethodNotAllowedHttpExceptioninRouteCollection.phpline2
我按照文档的写法编写表单如下:





但是得到的结果是: 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') 的路由吗?

路由里面有写对应的put吗

推荐阅读
Gbom2402851125
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有