解决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

相关文章
相关标签/搜索