0
我試圖弄清楚爲什麼在這條資產行中添加後,它變成了它下面的行,但顯示了一個404文件,但事實上它確實存在。資產和主題
Asset :: css('theme :: bootstrap/bootstrap.css');
HTTP://dev.myurl/application/themes/mytheme/assets/css/bootstrap/bootstrap.css」相對=‘樣式’>
我試圖弄清楚爲什麼在這條資產行中添加後,它變成了它下面的行,但顯示了一個404文件,但事實上它確實存在。資產和主題
Asset :: css('theme :: bootstrap/bootstrap.css');
HTTP://dev.myurl/application/themes/mytheme/assets/css/bootstrap/bootstrap.css」相對=‘樣式’>
試試這個:
<?php
Asset::css('bootstrap/bootstrap.css');
echo Asset::render();
?>