We were talking about Laravel 5 on its release, we are pleased today to welcome Laravel 5.1
$countQuery = $countQuery ->groupBy("something"); $totalCount = $countQuery->get()->count();
In $countQuery there are joins also. I want to get the final count without get()
Aucun commentaire:
Enregistrer un commentaire