【发布时间】:2018-10-04 14:48:09
【问题描述】:
我遇到了部署在共享主机上的 laravel 5.4 应用程序的问题。我收到了错误
(1/1) InvalidArgumentException 查看 [index] 未找到。
在 FileViewFinder.php 中(第 137 行) 在 FileViewFinder->findInPaths('index', array('D:\wamp64\www\oagc\resources\views')) 在 FileViewFinder.php 中(第 79 行)
这是我到目前为止所做的
-
已编辑 public_html/oagconsult.ng/index.php
require __DIR__.'/../../oagc/bootstrap/autoload.php';$app = require_once __DIR__.'/../../oagc/bootstrap/app.php';
我是否遗漏了导致错误的任何内容?
【问题讨论】: