今天我决定将我的应用程序从Laravel 5.0升级到5.1。但升级时,我面临以下问题:
Catchable fatal error: Argument 1 passed to Illuminate\Config\Repository::__construct() must be of the type array, integer given, called in /home/vagrant/Code/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/LoadConfiguration.php on line 32 and defined in /home/vagrant/Code/vendor/laravel/framework/src/Illuminate/Config/Repository.php on line 23
请帮帮我。我需要再次启动并运行我的应用程序。谢谢。
答案 0 :(得分:0)
我遇到了同样的错误,问题是:
我手动创建了compiled.php
文件夹中的文件routes.php
,config.php
,services.json
和bootstrap/cache
,但这些文件不需要存在,将由Laravel应用程序生成。
https://github.com/laravel/laravel/tree/master/bootstrap/cache
答案 1 :(得分:0)
del storage / bootstrap / cache / [files],这可以解决我的问题