Laravel Vapor - sync code for download files in bulk from S3 to more files

This commit is contained in:
Dillon Ngo
2024-04-27 10:26:10 +08:00
parent 3f88c365e8
commit e240bdd2b4
@@ -62,6 +62,7 @@ class BulkDownloadSupplierWhiteFormsLogic
$zip->close();
return response()->download($zip_file);
}
}
else{
$zip_file = "{$zipDirectory}/currency_vendor_orders_{$request->input('startDate')}_to_{$request->input('endDate')}_{$companyReference}.zip";