Class 'Illuminate\Html\HtmlServiceProvider' not found Laravel 5

前端 未结 12 2028
情话喂你
情话喂你 2020-11-30 04:31

I\'m trying to add the HtmlServiceProvider with Laravel 5.

I keep getting the following error:

FatalErrorException in compiled.php line 6391:

12条回答
  •  甜味超标
    2020-11-30 05:34

    You can also use like this
    Illuminate\Html\HtmlServiceProvider::class, and

    'Form'      => Illuminate\Html\FormFacade::class,
    'Html'      => Illuminate\Html\HtmlFacade::class,
    

提交回复
热议问题