zanysoft / laravel-zip

MIT License
300 stars 95 forks source link

Read error #10

Closed bekee closed 3 years ago

bekee commented 6 years ago

I keep getting this "Read error", no matter the path I use;

$zippedFile = Storage::disk('vr')->url($path); $storage = public_path('storage/vr/'.$fileName);

    $zip = Zip::open($path);