Laravel提示The GET method is not supported for this route. Supported methods: POST.错误的解决办法

解决方法:将路由改为any()

Route::any('index',[AdminIndexController::class,'index']);

  

posted @ 2020-10-23 14:38  人可永真  阅读(3463)  评论(0编辑  收藏  举报