解決Package illuminate/html is abandoned, you should avoid using it. Use laravelcollective/html instea

解決步驟:html

一、分析問題是由於laravel5.1不同意使用illuminate/html而推薦使用laravelcollective/html包,因此咱們利用composer命令移除illuminate/html包再安裝laravelcollective/html包laravel

二、進入homestead虛擬機,移除包illuminate/html,執行命令:composer

vagrant@homestead:~$ composer remove illuminate/html

三、接着安裝laravelcollective/html包,執行命令:ui

vagrant@homestead:~$ composer require laravelcollective/html

總結:spa

學會分析問題,解決問題!vagrant

參考資料:code

http://www.jianshu.com/p/e00d9086aa2dhtm

相關文章
相關標籤/搜索