Laravel 5.4查看未找到

时间:2017-11-28 17:39:00

标签: php laravel-5.4

所以我通过laracast教程系列学习laravel 5.4,但我在第10集中陷入了困境。 这是问题所在:

  

(1/1)InvalidArgumentException   查看未找到[posts.index]。

这是我的控制器:

<?php

namespace App\Http\Controllers;

use Illuminate\Http\Request;
use App\Post;

class PostsController extends Controller
{
public function index()
    {
    return view('posts.index');
    }
}

这是我的观点:

<!DOCTYPE html>
<html>
<head>
  <title>Posts</title>
</head>
<body>
  <p>Simple test</p>
</body>
</html>

我已经尝试了所有这些命令但问题仍然存在:

php artisan cache:clear
php artisan config:clear
php artisan config:cache

以下是zip file中的整个申请 我在Manjaro 17上,使用码头上的宅基地容器

1 个答案:

答案 0 :(得分:1)

您的视图文件中存在拼写错误。您拥有的文件是SELECT $[ORDR.numatcard],应该是index.balde.php