pionl / laravel-chunk-upload

The basic implementation for chunk upload with multiple providers support like jQuery-file-upload, pupload, DropZone and resumable.js
MIT License
596 stars 167 forks source link

Update league/flysystem requirement #124

Open androidacy-user opened 2 years ago

androidacy-user commented 2 years ago

Hello!

It looks like Lumen has updated league/flysystem requirement to v2 - but this library requires v1 to not return a 500 error.

However, without v2, it causes errors in Luments cache system due to dependencies on the v2 of flysystem.

Please update the code to work with v2 of flysystem.

pionl commented 2 years ago

Hi,

  1. Please try to the latest Laravel 9 support
  2. If fails, please add support for it? Lumen is not supported officially. YOu are welcomed to update the example repo with automatic tests that would add support for it?
  3. Thanks