在Laravel 4.* 版本的时候,我们经常使用illuminate/html这个包,而在5.2版本中已经取消了对它的支持,可以使用和他类似的package:laravelcollective/html
安装:
composer install laravelcollective/html
关于laravelcollective/html的详细说明可以查看https://github.com/LaravelCollective/docs/blob/5.2/html.md#installation