Hi, I would be open to submitting a PR for this to add ->stream() to the exportable, this can just return getStream() from ExportableService.php I think...?
Use case is for when we are building csv files on the fly and sending them via email, we do not need to store them to disk and creates additional unrequired steps.
Hi, I would be open to submitting a PR for this to add ->stream() to the exportable, this can just return getStream() from ExportableService.php I think...?
Use case is for when we are building csv files on the fly and sending them via email, we do not need to store them to disk and creates additional unrequired steps.