【发布时间】:2017-05-08 02:12:36
【问题描述】:
我在发出此命令时遇到问题php artisan cache:clear 或php artisan 我收到此错误。
可捕获的致命错误:参数 1 传递给 Illuminate\Config\Repository::__construct() 必须是数组类型, 整数给定整数给定,调用 /var/www/mysite/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/LoadConfiguration.php 在第 32 行并定义在 /var/www/mysite/vendor/laravel/framework/src/Illuminate/Config/Repository.php 第 24 行
提前谢谢你。
【问题讨论】:
-
你更新你的 Laravel 版本了吗?手动删除
bootstrap/cache/compiled.php,然后重试。 -
你的php版本是什么?
-
@ViralSolani 根据消息,它看起来更新。
标签: php laravel-5.3