热搜:NVER node 开发 php

Laravel 5.2 使用illuminate/html 报错的问题

2024-07-25 11:40:01
Laravel 5.2 使用illuminate/html 报错的问题

在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