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
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).
'HTML'=> 'Illuminate\Html\HtmlFacade'