php WhereHas ou has com or dentro de uma serie de Wheres(Exemplo dosElementosGráficos)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php WhereHas ou has com or dentro de uma serie de Wheres(Exemplo dosElementosGráficos)相关的知识,希望对你有一定的参考价值。

$collection = Post::->where(function ($query) {

    return $query->has('comments')
        ->orHas('likes');

});

以上是关于php WhereHas ou has com or dentro de uma serie de Wheres(Exemplo dosElementosGráficos)的主要内容,如果未能解决你的问题,请参考以下文章

尝试查找不存在的条目:uid=dhruv@xyz.com,ou=users,o=xyz,dc=xyz,dc=com:

在 PHP 中使用 IMAP 的证书错误

Php 变量未传递到 whereHas 函数 - Laravel Eloquent

Laravel Eloquent multiple whereHas on relationship where column 'order' 高于前一个 whereHas

Laravel 关系多个 where has

Laravel Eloquent - 返回 Where Has + Where [重复]