Answer the question
In order to leave comments, you need to log in
Laravel how to properly link to css style?
I do it like this {{ asset('css/bootstrap.min.css') }} and this link appears href=" csgobean.dev/css/bootstrap.min.css " but nothing opens on it. If you do this {{ Html::style('css/bootstrap.min.css') }} then you get this
Answer the question
In order to leave comments, you need to log in
laravel.com/docs/5.1/helpers#method-url:
<link type="text/css" rel="stylesheet" href="{{ url('css/bootstrap.min.css') }}"
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question