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

WBOY
Release: 2016-06-23 13:17:14
Original
1011 people have browsed it

在Laravel 4.* 版本的时候,我们经常使用illuminate/html这个包,而在5.2版本中已经取消了对它的支持,可以使用和他类似的package:laravelcollective/html

安装:

composer install laravelcollective/html
Copy after login

关于laravelcollective/html的详细说明可以查看https://github.com/LaravelCollective/docs/blob/5.2/html.md#installation

source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!