当我尝试运行php artisan
时,我会给出错误
[Error Exception]
Undefined offset: 0
当我运行composer install
或composer update
时出现此错误
Script php artisan clear-compiled handling the post-install-cmd event returned with an error
[RuntimeException]
Error Output:
我安装了所有扩展程序,运行composer dumpautoload
但我仍然遇到此错误。问题在于当前的procjet(我创建了另一个laravel项目并且工作正常)
答案 0 :(得分:0)
最后我发现在服务提供者中,在boot方法中,有db查询返回false,所以数组(我把db查询结果放在一起)索引0不存在
$result[0]->title // <---doesnt exist($result is empty)