Laravel this is not only a practical framework, it is also a programming style
$countQuery = $countQuery ->groupBy("email"); $totalCount = $countQuery->get()->count();
In $countQuery there are joins also. I want to get the final count without get()
Aucun commentaire:
Enregistrer un commentaire