use IlluminateSupportFacadesNotification; // Get the users $users = User::where(...)->get(); // Send the notifications Notification::send($users, new TaskAssigned($task));