Solution / use this
{{ HTML::style('css/style.css') }}
instead of this
<link rel="stylesheet" type="text/css" href="css/style.css">
Any feedback on why this works and the raw html version doesn't?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.