我有两个表,主题和帖子。我只想获取没有帖子的主题。
我尝试使用 order by,但后来我有没有帖子的主题,也有一些有帖子的主题,所以这是错误的。
Topic::where('locale', $locale) ->withCount('posts') ->orderBy('posts_count', 'ASC') ->paginate(15);
繁星点点滴滴
ibeautiful
相关分类