Add ability to store files on AWS S3 (#547)

Close #270
This commit is contained in:
degan6
2017-08-16 19:09:32 -04:00
committed by Régis Freyd
parent 4324755d55
commit d9e4f0db69
11 changed files with 261 additions and 30 deletions
+1 -1
View File
@@ -147,7 +147,7 @@ class ExportAccountAsSQL
endif;
}
Storage::disk('public')->put($downloadPath, $sql);
Storage::disk(config('filesystems.default'))->put($downloadPath, $sql);
return $downloadPath;
}