Laravel doesntHave exists 用法
Posted 知其黑、受其白
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Laravel doesntHave exists 用法相关的知识,希望对你有一定的参考价值。
阅读目录
查询不存在的关联 doesntHave
在访问模型记录时,可能希望基于关联不存在来限制查询结果。
假设想要获取不存在任何评论的文章,可以通过向 doesntHave 和 orDoesntHave 方法传递关联名称来实现:
$posts = App\\Post::doesntHave(\'comments\')->get()<
以上是关于Laravel doesntHave exists 用法的主要内容,如果未能解决你的问题,请参考以下文章
Laravel 5:调用未定义的方法 Illuminate\Database\Eloquent\Collection::exists()
laravel --报错: Method varchar does not exist.
laravel Method IlluminateValidationValidator::validateReuqired does not exist.
laravel Class xxx does not exist
laravel 命令行测试 Uncaught ReflectionException: Class config does not exist