laravel-zipstream icon indicating copy to clipboard operation
laravel-zipstream copied to clipboard

Easily create Zip files on-the-fly and provide a streaming download

Results 8 laravel-zipstream issues
Sort by recently updated
recently updated
newest added

Hello guys! I'm trying to generate a zip file with several images (about 5000) that are S3. They arrive at a time when a HeadObject error pops even though the...

as see the link below https://laravel.com/docs/9.x/providers#deferred-providers we need to implement the DeferrableProvider contract interface to use method provides as deferrable

What about the idea of making it possible to pass the Laravel's **Storage::disk object** to the save function. As for me, it would be very convenient. Below are an examples:...

301 redirects seem to return an array of content-lengths, the first, I assume to be the size of the 301 response, and the second of the file being redirected to....

Are there any plans for the near future to upgrade this package to maennchen/ZipStream-PHP v3?

This is an automated pull request from [Shift](https://laravelshift.com) to update your package code and dependencies to be compatible with Laravel 11.x. **Before merging**, you need to: - Checkout the `l11-compatibility`...

It would be great if there can be some parameter for add() and addRaw() to decide what happens when a file already exists in the ZIP being written to. Like:...

#76 Basic functionality only for S3 disks