laravel composer install 出错

Script php artisan clear-compiled handling the post-install-cmd event returned with an error


[RuntimeException]
Error Output: PHP Fatal error: Call to undefined method Illuminate\Foundation\Application::bindShared() in /var/www/documentsite/vendor/illuminate/html/HtmlServiceProvider.php on line 36

解决方法:

bindShared 改为  singleton

 

posted @ 2016-01-19 14:42  liu-yonggang  阅读(307)  评论(0)    收藏  举报