Call to undefined method Illuminate\Foundation\Application::bindShared()

后端 未结 5 1484
迷失自我
迷失自我 2021-02-19 01:05

I\'ve just upgraded Laravel from 5.0 to 5.1.

I get this error:

Call to undefined method Illuminate\\Foundation\\Application::bindShared()
5条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-02-19 01:25

    This issue comes due to bindShared() method , just change it in to singleton()

    file is located here: /projectname/vendor/illuminate/html/HtmlServiceProvider.php

    change on line no : 36 and 49

提交回复
热议问题