0
你好,我安裝laravel 4.2在我的Windows PC,並得到錯誤觀點不能被foundetlaravel在Windows上無法找到的意見
InvalidArgumentException
View [layout.index] not found.
我的控制器內容
protected $layout = 'layout.index';
public function home()
{
return $this->layout->content = View::make('content_index.home');
}
但真的文件存在的意見/佈局/ index.blade.php' 其有點bug或什麼?