gpt4 book ai didi

php - (新手)无法使用 laravel 框架在站点上运行 PHP

转载 作者:行者123 更新时间:2023-11-29 22:05:57 24 4
gpt4 key购买 nike

我有一个PHP开发网站。现在我的客户想要扩展它的一些功能,但是每当我在我的机器上设置它时,以及在托管到托管商之后,我都会收到以下错误:

Warning: require(/home/u364558673/public_html/../bootstrap/autoload.php): failed to open stream: No such file or directory in /home/u364558673/public_html/index.php on line 21

Fatal error: require(): Failed opening required '/home/u364558673/public_html/../bootstrap/autoload.php' (include_path='.:/opt/php-5.5/pear') in /home/u364558673/public_html/index.php on line 21

Index.php:包含:

require __DIR__.'/../bootstrap/autoload.php';
$app = require_once __DIR__.'/../bootstrap/start.php';

网站文件夹结构:

root of site.

公共(public)_html:

enter image description here

Bootstrap 文件夹:

enter image description here

请帮帮我。我在谷歌搜索上浪费了很多天。 :(

最佳答案

您需要向上两个目录:

require __DIR__.'/../../bootstrap/autoload.php';
$app = require_once __DIR__.'/../../bootstrap/start.php';

关于php - (新手)无法使用 laravel 框架在站点上运行 PHP,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32148750/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com