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
run this cmd to laravel installed folder
composer require "laravelcollective/html":"^5.4.0"
and use with public
{!! Html::style( asset('public/css/artist.css')) !!}