Using illuminate/html tips: Call to undefined method illuminate\foundation\application::bindshared ()

Source: Internet
Author: User

Error content

[symfony\component\debug\Exception\fatalerrorexception]call to undefined method illuminate\foundation \application:: bindshared ()

Check, probably said after Laravel5.1, Illuminate/html has been abandoned, you can use laravelcollective/html to replace

First remove the configuration that illuminate/html added in config/app.php

' Illuminate\html\htmlserviceprovider ' ' Form '      = ' illuminate\html\formfacade ', ' Html '      = ' illuminate\ ' Html\htmlfacade

Then execute the following command to remove the illuminate/html

Composer Remove illuminate/htmlcomposer update

After success, replace with the new package and execute the following command

require laravelcollective/html

Similarly, add the following configuration items to illuminate/html in config/app.php

# providers Collective\html\htmlserviceprovider::class,#  aliases' Form ' =>collective\html\ Formfacade::class, ' Html ' =>collective\html\htmlfacade::class,

Ok.

Use illuminate/html hint: Call to undefined method illuminate\foundation\application::bindshared ()

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.