how about
::count()
$count = DB::table('users')->count();
if($count)
{
//true
}
else
{
//false
}
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community