carbone précédent

$users = Users::where( 'created_at', '>', Carbon::now()->subDays(1))
           ->get();
Smiling Starling