【发布时间】:2016-06-11 03:35:34
【问题描述】:
我正在关注 Laracast 教程,第 6 集,我到达了讲师使用 <link rel="stylesheet" href="{{ elixir('css/app.css') }}"/> 也调用 CSS 文件的部分,但是每当我这样做时,都会引发以下错误:
helpers.php 第 341 行中的 ErrorException:
file_get_contents(/home/gabriel/Documents/Rxe/public/build/rev-manifest.json):无法打开流:没有这样的文件或目录(查看:/home/gabriel/Documents/Rxe/resources/views /admin/layout.blade.php)(查看:/home/gabriel/Documents/Rxe/resources/views/admin/layout.blade.php)
我从一开始就遵循了一切,但我一直坚持下去。
【问题讨论】:
标签: css exception laravel-5 sass laravel-elixir