I\'ve just upgraded Laravel from 5.0 to 5.1.
I get this error:
Call to undefined method Illuminate\\Foundation\\Application::bindShared()
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