I am attempting to use Laravel 5 but my {{ HTML::style(\'style.css\') }} No longer works.
{{ HTML::style(\'style.css\') }}
I have updated composer.json to include \"illuminate/ht
\"illuminate/ht
'HTML'=> 'Illuminate\Html\HtmlFacade'
should be
'Html'=> 'Illuminate\Html\HtmlFacade'