Laravel: array_merge(): Argument #2 is not an array error

前端 未结 7 1713
执念已碎
执念已碎 2021-02-07 02:46

Exceptions started to appear in all views, and when I try to run composer update, it always ends up with

{\"error\":{\"type\":\"ErrorException\",\"m         


        
7条回答
  •  南方客
    南方客 (楼主)
    2021-02-07 03:35

    I had similar problem with a fresh install.

    I solved it like this: Removed bootsrap/cache/**services.php** and then i surfed to the website with browser, it generated a new services.php and then it worked.

提交回复
热议问题