php artisan不起作用[ErrorException]未定义的偏移量:laravel中的0

时间:2016-03-09 07:31:02

标签: php laravel laravel-5 laravel-5.1

当我尝试运行php artisan时,我会给出错误

 [Error Exception]     
 Undefined offset: 0

当我运行composer installcomposer update时出现此错误

Script php artisan clear-compiled handling the post-install-cmd event returned with an error

[RuntimeException]  
  Error Output:   

我安装了所有扩展程序,运行composer dumpautoload但我仍然遇到此错误。问题在于当前的procjet(我创建了另一个laravel项目并且工作正常)

1 个答案:

答案 0 :(得分:0)

最后我发现在服务提供者中,在boot方法中,有db查询返回false,所以数组(我把db查询结果放在一起)索引0不存在

$result[0]->title // <---doesnt exist($result is empty)