laravel on windows无法找到意见

时间:2015-07-12 22:09:48

标签: php laravel

您好我在我的Windows PC上安装了laravel 4.2并且因为foundet而无法获得视图错误

InvalidArgumentException
View [layout.index] not found.

我的控制器内容

protected $layout = 'layout.index';

public function home()
{
    return $this->layout->content = View::make('content_index.home');
}

但是realy文件存在'views / layout / index.blade.php' 它有点什么虫子?

2 个答案:

答案 0 :(得分:0)

该文件夹实际上是/ layouts,因此您的视图应位于:

protected $layout = 'layouts.index';

答案 1 :(得分:0)

我的问题是在我在本地运行后开始的:

php artisan config:cache

之后我在流浪汉中运行并解决问题。

打开ssh

php artisan config:cache