Answers for "how to check count in php in laravel"

PHP
7

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

Code answers related to "how to check count in php in laravel"

Browse Popular Code Answers by Language