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.
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.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community