我使用laravel 5和Homestead。
当我尝试导入css时,
rel="stylesheet" href="{{ asset('css/bootstrap.min.css') }}"
(DUE TO ENCODING ISSUE I SKIP : "<link>" TAG )
在浏览器中我输出为
404 Not Found http://wpshop.app/assets/css/bootstrap.min.css
但是,当我使用&#34; http://localhost/&#34;时,同样的CSS文件正在推动。
有什么问题?
如何在Homestead Application中导入CSS?