Laravel
How To Make ZIP Files From Multiple Directories in Laravel
- Ahmed Shaltout
- May 30, 2023
- Laravel
We will use ZipArchive to compress files in a specific directory and return the URL to the zip file with Subdirectories in storage to download via RESTful API.
Read More