$queryCount = 0; DB::listen(function ($query) use (&$queryCount) { $queryCount++; }); // your code here... dd("Total Quries executed : " . $queryCount);
No comments found.
1 Followers
2 Followers
0 Followers