You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 25, 2020. It is now read-only.
Thank you fo the script, is very useful, I was wondering on make() how do I choose the location of the future .zip?
For example if I want it in public/zip/file.zip (public)
or storage/app/zip/file.zip (storage)
on
$zipper->make('zip/file.zip')->add('/somewhere'.$files)->close();
and the same goes from where I choose the files?
Appreciate any help and thanks
The text was updated successfully, but these errors were encountered:
Thank you fo the script, is very useful, I was wondering on make() how do I choose the location of the future .zip?
For example if I want it in public/zip/file.zip (public)
or storage/app/zip/file.zip (storage)
on
$zipper->make('zip/file.zip')->add('/somewhere'.$files)->close();
and the same goes from where I choose the files?
Appreciate any help and thanks
The text was updated successfully, but these errors were encountered: