>  기사  >  백엔드 개발  >  Laravel 5.2 使用illuminate/html 报错的问题

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

WBOY
WBOY원래의
2016-06-23 13:17:141023검색

在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

성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.