P
P
potapovdmtriy2015-07-15 13:06:07
Laravel
potapovdmtriy, 2015-07-15 13:06:07

How to include css in laravel?

<link rel="stylesheet" type="text/css" href="<?=asset('public/app.css')?>" />

In the inspector, the path is correct, but it says that the error is 404, I connect it to the view.
{{ HTML::style('thema/css/bootstrap.css') }} if so, should the helper be included ?
Or is it already connected?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vyacheslav Plisko, 2015-07-15
@potapovdmtriy

HTML has been cut out, they need to be included separately laravelcollective.com/docs/5.1/html

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question