mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-30 01:43:59 +00:00
Export file directly from Laravel Vapor without going through S3 bucket
This commit is contained in:
@@ -58,7 +58,7 @@ class ExportCustomersToExcelController
|
||||
|
||||
public function paymentTransactions(Request $request){
|
||||
$exportsTransactions = new ExportsPaymentTransactions($request);
|
||||
$exportFileName = 'payment-transactions.xls';
|
||||
$exportFileName = 'payment-transactions.xlsx';
|
||||
$filesystemDriver = Storage::getDefaultDriver();
|
||||
if($filesystemDriver === 's3'){
|
||||
|
||||
|
||||
Reference in New Issue
Block a user