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
Post a Comment