如何在Facebook TAB上添加Laravel Web应用程序

时间:2017-03-26 11:03:37

标签: laravel exception laravel-5 error-handling laravel-5.4

我正在使用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:

     
      
  1. 在RouteCollection.php第233行
  2.   在RouteCollection.php第220行的RouteCollection-> methodNotAllowed(array('GET','HEAD'))
  3.   
  4. 在RouteCollection-> getRouteForMethods(对象(请求),数组('GET','HEAD'))在RouteCollection.php第158行
  5.   
  6. 在RouteCollection->匹配(对象(请求))在Router.php第533行
  7.   
  8. 在Router->在路由器中的findRoute(对象(请求))512行
  9.   
  10. 在Router->在路由器中的findRoute(对象(请求))512行
  11.   
  12. at Router-> dispatch(object(Request))在Kernel.php第174行
  13. 中   
  14. at Kernel-> Illuminate \ Foundation \ Http {closure}(object(Request))在Pipeline.php第30行
  15.   
  16. at Pipeline-> Illuminate \ Routing {closure}(object(Request))在TransformsRequest.php第30行
  17.   
  18. 在TransformsRequest->句柄(对象(请求),对象(Closure))中的Pipeline.php第148行
  19.   
  20. at Pipeline-> Illuminate \ Pipeline {closure}(object(Request))在Pipeline.php第53行
  21.   
  22. at Pipeline-> Illuminate \ Routing {closure}(object(Request))在TransformsRequest.php第30行
  23.   
  24. 在TransformsRequest->句柄(对象(请求),对象(Closure))中的Pipeline.php第148行
  25.   
  26. at Pipeline-> Illuminate \ Pipeline {closure}(object(Request))在Pipeline.php第53行
  27.   
  28. at Pipeline-> Illuminate \ Routing {closure}(object(Request))在ValidatePostSize.php第27行
  29.   
  30. 在Pipeline.php第148行的ValidatePostSize->句柄(对象(请求),对象(Closure))
  31.   
  32. at Pipeline-> Illuminate \ Pipeline {closure}(object(Request))在Pipeline.php第53行
  33.   
  34. at Pipeline-> Illuminate \ Routing {closure}(object(Request))CheckForMaintenanceMode.php第46行
  35.   
  36. 在Illuminate \ Foundation \ Http \ Middleware \ CheckForMaintenanceMode-> handle(object(Request),   对象(Closure))在Pipeline.php第148行
  37.   
  38. at Pipeline-> Illuminate \ Pipeline {closure}(object(Request))在Pipeline.php第53行
  39.   
  40. at Pipeline-> Illuminate \ Routing {closure}(object(Request))在Pipeline.php第102行
  41.   
  42. 在Pipeline->然后(对象(Closure))在Kernel.php第149行
  43.   
  44. at Kernel-> sendRequestThroughRouter(object(Request))在Kernel.php第116行
  45.   
  46. 在index.php第53行中的Kernel->句柄(对象(请求))
  47.   

1 个答案:

答案 0 :(得分:0)

仅在尝试使用错误的http动词访问路由时才会抛出该错误。

E.g。尝试使用GET请求访问POST路由。