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