Laravel 5 Class 'HTML' not found

前端 未结 14 1630
野性不改
野性不改 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:33

    'HTML'=> 'Illuminate\Html\HtmlFacade'

    should be

    'Html'=> 'Illuminate\Html\HtmlFacade'

提交回复
热议问题