联系QQ 284710375
首页 > 技术分享 > Laravel
收藏

laravel报错“The POST method is not supported for this route”2020-12-01 13:56:30

大潇博客 原创文章,转载请标明出处

使用laravel做表单提交时,显示这样的错误:“The POST method is not supported for this route...”


这是由于form标签中的提交方式method="post",而路由中只配置了get导致,若直接把路由中的get更换为post,则拿不到路由中一些需要get接收的参数,如当前控制器的路径等,可能报404或其他错误


解决方法:在路由中,使用match配置get和post两种,或直接使用any


打赏

阅读排行

大家都在搜

博客维护不易,感谢你的肯定
扫码打赏,建议金额1-10元
  • 15601023311