subDays(7))->get(); foreach ($expiredPhotos as $photo) { // Hapus file dari penyimpanan Storage::delete($photo->file_path); // Hapus dari database $photo->delete(); } $this->info(count($expiredPhotos) . ' foto telah dihapus.'); } }