I am new in Laravel. As I am learning it for the very first time, I am facing a lot more problems in every tutorial.
Recently I am facing
(1/1) FatalErrorException
Class 'Collective\Html\HtmlServiceProvider' not found in ProviderRepository.php line 208
problem. I am Searching a lot, Reading A lot but could not find a way to solve. As for My Project got Stuck in that state.
That's my ProviderRopository.php line 208.
public function createProvider($provider)
{
return new $provider($this->app);
}
Hope you will help me.
composer require laravelcollective/html
!! - Maraboccomposer require "laravelcollective/html":"^5.4.0"
I don't know is it do update or not. Hope you would help me - Osman Gani Khan Masum