Answers for "get count of a query laravell"

PHP
6

get count laravel

$count = Model::where('status','=','1')->count();
Posted by: Guest on May-12-2020
0

laravel select count

$count = DB::table('category_issue')->count();
Posted by: Guest on July-06-2020

Browse Popular Code Answers by Language