我在 sharefd 托管站点上托管了这个 laravel api,我做了一些更改,例如将公共文件夹更改为公共 html 并更新存储文件,以便我能够运行 laravel 存储链接命令,但我遇到了此错误尝试访问我的临时域
完整的错误名称
CarbonCarbon::setLastErrors():参数 #1 ($lastErrors) 必须是数组类型,给定 bool,在 /home/customer/www/bassemb5.sg-host.com/vendor/nesbot/carbon/ 中调用src/Carbon/Traits/Creator.php 在线 98
这是我的 index.php 看起来像
bind('path.public', fn() => base_path('/public_html'));
$kernel = $app->make(Kernel::class);
$response = $kernel->handle(
$request = Request::capture()
)->send();
$kernel->terminate($request, $response);
这是我添加的行,它工作得很好
$app->bind('path.public', fn() => base_path('/public_html'));
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
您好,还管理我的旧网站。 您需要使用更新您的作曲家
一切正常