rap2hpoutre / fast-excel

🦉 Fast Excel import/export for Laravel
MIT License
2.09k stars 245 forks source link

Exporting to s3 #219

Closed xwiz closed 3 years ago

xwiz commented 3 years ago

Hi great package here, is it possible to provide documentation on how to export files to s3?

xwiz commented 3 years ago

Ended up using Storage::disk('s3')->put($mylocalfilestream, $path);