目前,我在网页上使用了laravel和bootstrap模板。 但是当我想将我的CSS导入我的php文件时,我有一些错误
这是我的导入代码:
<link href="{{ URL::asset('css/bootstrap.css') }}" rel="stylesheet" />
但是,我收到了错误
The requested resource /%7B%7B%20URL::asset('css/bootstrap.css')%20%7D%7D was not found on this server.
之前,我采用相同的方式导入我的CSS及其工作原理。