Home  >  Article  >  Backend Development  >  Laravel 5.2 使用illuminate/html 报错的问题

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

WBOY
WBOYOriginal
2016-06-23 13:17:141022browse

在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

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn