gpt4 book ai didi

php - Heroku - 未找到 View - FileFinderView InvalidArgumentException

转载 作者:行者123 更新时间:2023-12-04 04:12:03 26 4
gpt4 key购买 nike

这消耗了我生命中的最后 2 天。在本地一切正常,但是当我的代码部署到 Heroku 时,Laravel 找不到 index View 。据我了解这是一些缓存问题,所以我尝试了大多数 Artisan 的命令来清理缓存:

php artisan config:cache
php artisan route:cache
php artisan view:clear
php artisan clear-compiled

这是我的路线,我正在服务 SPA:

Route::get('/{any}', 'HomeController@main')->where('any', '.*');

这是我 View 中的堆栈跟踪: enter image description here

我已经清理了 bootstrap/cache 文件夹,老实说我没有想法。有人对此有了解吗?谢谢

最佳答案

请使用全方位缓存清除命令:

php artisan optimize:clear

关于php - Heroku - 未找到 View - FileFinderView InvalidArgumentException,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61555023/

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