Question
How to zip files in the spaces (bucket)?
My website is made in laravel (PHP framework). There are a set of files which I need to zip and give to the user at run time.
So, one user uploads a bunch of files and another user shows up to download them. I need to zip and set the download. Can you please tell me if there’s any command which I can run via PHP code.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×