查看未找到[projects.index]

时间:2015-12-07 01:14:13

标签: php laravel laravel-5

我正在尝试关注此tutorial,但我收到此错误消息:

View [projects.index] not found.

当我访问/ projects网址时。 这是我的资源/观点的结构:

errors [folder]
vendor [folder]
create.blade.php
show.blade.php
welcome.blade.php

有什么问题?

2 个答案:

答案 0 :(得分:3)

我无法打开您的链接,但是您的错误是因为您的视图文件夹中没有文件index.blade.php

只需在视图文件夹中创建新文件index.blade.php即可使用

file folder

答案 1 :(得分:0)

如果您以这种方式调用,index.php文件夹中必须有projects个文件。

所以它是view('folder.file'),但.blade.php部分除外。