Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
このアセット行を追加すると、その下の行に変わりますが、実際には存在するのに見つからない 404 ファイルが表示される理由を理解しようとしています。
Asset::css('theme::bootstrap/bootstrap.css');
http://dev.myurl/application/themes/mytheme/assets/css/bootstrap/bootstrap.css」rel=「スタイルシート」>
これを試して:
<?php Asset::css('bootstrap/bootstrap.css'); echo Asset::render(); ?>