html - laravel error when import css/js file -


currently, used laravel , bootstrap template on web page. when want import css php file, i've error

here import code :

<link href="{{ url::asset('css/bootstrap.css') }}" rel="stylesheet" /> 

but, got error

the requested resource /%7b%7b%20url::asset('css/bootstrap.css')%20%7d%7d not found on server. 

previously, same way import css, , works.


Comments

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -