将laravel从5.0升级到5.1时出错

时间:2015-06-15 11:15:02

标签: php laravel laravel-5 laravel-validation

今天我决定将我的应用程序从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

请帮帮我。我需要再次启动并运行我的应用程序。谢谢。

2 个答案:

答案 0 :(得分:0)

我遇到了同样的错误,问题是:

我手动创建了compiled.php文件夹中的文件routes.phpconfig.phpservices.jsonbootstrap/cache,但这些文件不需要存在,将由Laravel应用程序生成。

https://github.com/laravel/laravel/tree/master/bootstrap/cache

答案 1 :(得分:0)

del storage / bootstrap / cache / [files],这可以解决我的问题