Laravel Fact — Get model count
Pete Houston
111
Related: here’s how you can get a model count for a relation:
NewsItem::withCount(‘comments’)->get();
Related: here’s how you can get a model count for a relation:
NewsItem::withCount(‘comments’)->get();