Laravel 5 Class 'HTML' not found

前端 未结 14 1625
野性不改
野性不改 2020-12-10 01:03

I am attempting to use Laravel 5 but my {{ HTML::style(\'style.css\') }} No longer works.

I have updated composer.json to include \"illuminate/ht

14条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-10 01:11

    I think it's a case sensitive problem.

    If you register it as 'HTML'=> 'Illuminate\Html\HtmlFacade' in app.php, you can't use it as html or Html ( then it will only work when you use HTML).

提交回复
热议问题