i have just install Html package on laravel by composer require laravelcollective/html and then i run my code but it is not success , then i add
'Html' => Illuminate\Html\HtmlFacade::class,
'Form' => Illuminate\Html\FormFacade::class,
and
Illuminate\Html\HtmlServiceProvider::class,
to app.php
then I again run
FatalErrorException in ProviderRepository.php line 208:
Class 'Illuminate\Html\HtmlServiceProvider' not found