我正在使用Laravel 5.4。
1)我添加了网站。 enter image description here
现在一切都还可以。
2)尝试在facebook上打开网站,收到此错误 enter image description here
W 箍,看起来出了问题。
RouteCollection.php第233行中的1/1 MethodNotAllowedHttpException
RouteCollection.php第233行中的Symfony \ Component \ HttpKernel \ Exception \ MethodNotAllowedHttpException:
- 在RouteCollection.php第233行
在RouteCollection.php第220行的RouteCollection-> methodNotAllowed(array('GET','HEAD'))- 在RouteCollection-> getRouteForMethods(对象(请求),数组('GET','HEAD'))在RouteCollection.php第158行
- 在RouteCollection->匹配(对象(请求))在Router.php第533行
- 在Router->在路由器中的findRoute(对象(请求))512行
- 在Router->在路由器中的findRoute(对象(请求))512行
- at Router-> dispatch(object(Request))在Kernel.php第174行
中- at Kernel-> Illuminate \ Foundation \ Http {closure}(object(Request))在Pipeline.php第30行
- at Pipeline-> Illuminate \ Routing {closure}(object(Request))在TransformsRequest.php第30行
- 在TransformsRequest->句柄(对象(请求),对象(Closure))中的Pipeline.php第148行
- at Pipeline-> Illuminate \ Pipeline {closure}(object(Request))在Pipeline.php第53行
- at Pipeline-> Illuminate \ Routing {closure}(object(Request))在TransformsRequest.php第30行
- 在TransformsRequest->句柄(对象(请求),对象(Closure))中的Pipeline.php第148行
- at Pipeline-> Illuminate \ Pipeline {closure}(object(Request))在Pipeline.php第53行
- at Pipeline-> Illuminate \ Routing {closure}(object(Request))在ValidatePostSize.php第27行
- 在Pipeline.php第148行的ValidatePostSize->句柄(对象(请求),对象(Closure))
- at Pipeline-> Illuminate \ Pipeline {closure}(object(Request))在Pipeline.php第53行
- at Pipeline-> Illuminate \ Routing {closure}(object(Request))CheckForMaintenanceMode.php第46行
- 在Illuminate \ Foundation \ Http \ Middleware \ CheckForMaintenanceMode-> handle(object(Request), 对象(Closure))在Pipeline.php第148行
- at Pipeline-> Illuminate \ Pipeline {closure}(object(Request))在Pipeline.php第53行
- at Pipeline-> Illuminate \ Routing {closure}(object(Request))在Pipeline.php第102行
- 在Pipeline->然后(对象(Closure))在Kernel.php第149行
- at Kernel-> sendRequestThroughRouter(object(Request))在Kernel.php第116行
- 在index.php第53行中的Kernel->句柄(对象(请求))
醇>
答案 0 :(得分:0)
仅在尝试使用错误的http动词访问路由时才会抛出该错误。
E.g。尝试使用GET请求访问POST路由。