Support the ongoing development of Laravel.io →
Views Blade Forms
Last updated 1 year ago.
0

Register HtlmServiceProvider in $prividers array of config/app.php by

 Illuminate\Html\HtmlServiceProvider::class,

Please remove ` Illuminate\View\HtmlServiceProvider::class' because such provider does not exist in that illuminate/html package.

Last updated 8 years ago.
0

I am also facing same issue. I have already done these steps . I have done composer update step

	"laravel/framework": "5.0.*",
		"guzzlehttp/guzzle": "~4.0",
		"illuminate/html": "5.0"


'Form'=> 'Illuminate\Html\FormFacade',
        'HTML'=> 'Illuminate\Html\HtmlFacade'

'Illuminate\View\ViewServiceProvider',
		'Illuminate\Html\HtmlServiceProvider',

still, i am seeing this same error. what should i do?

Didnt feel like opening another thread for same issue. I thought op may be already solved this.

Last updated 8 years ago.
0

I got it solved I used this command

composer update --no-scripts


0

Sign in to participate in this thread!

Eventy

Your banner here too?

pivnicki pivnicki Joined 12 Dec 2015

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.