我在DigitalOcean上安装了一个全新的laravel,我试图在其上运行一个基本的`composer update'。但是,每当我尝试更新时,我都会看到以下错误。我无法用composer cacheclear解决问题,删除vendor / compiled.php文件,甚至重新安装整个框架。
我一开始并不完全明白错误是什么,所以我有点迷失。有关正在发生的事情的任何提示?
Script php artisan clear-compiled handling the post-update-cmd event returned with an error
[RuntimeException]
Error Output: PHP Fatal error: Call to undefined method Illuminate\Foundat
ion\Application::getCachedCompilePath() in /var/www/html/production/vendor/
laravel/framework/src/Illuminate/Foundation/Console/ClearCompiledCommand.ph
p on line 28
答案 0 :(得分:1)
删除vendor/compiled.php
并运行编辑器更新。
资料来源:https://laracasts.com/discuss/channels/general-discussion/runtimeexception-on-fresh-install?page=1