Answers for "count model laravel"

PHP
10

count in laravel'

$count = ModelName::where('id',$id)->count();
Posted by: Guest on March-18-2021
1

{{count laravel

{{ $threads->count() }}
Posted by: Guest on October-23-2020
0

laravel count

use Illuminate\Support\Facades\DB;
 
$users = DB::table('users')->count();
Posted by: Guest on February-23-2022

Browse Popular Code Answers by Language