-
-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] support the new flysystem v3 #159
Comments
We did experiment with storing images directly on DigitalOcean Spaces using |
highly recommended to use the cache-adapter
probably not b4 next version of laravel v9 https://packagist.org/packages/laravel/framework#dev-master |
Understood the new Flysytem[1][2] has a lot of new advantages:
which would also make cloud storage work better without hitting 503s. Also understood that cached adapter will no longer be supported [3]. Perhaps because of all these new enhancements. Still looking into delayed jobs, throttling and exponential back-offs [4], but I do feel like Flysystem 2 is going to help out a lot. I see it has been merged[5] into Laravel Master already. The release is however not until September 2021 so we may try out Flysystem 2 sooner than that. Still debating this. But looking at the Laravel Master branch file changes needed we may have to wait. |
https://flysystem.thephpleague.com/v2/docs/what-is-new/https://flysystem.thephpleague.com/docs/upgrade-from-1.x/
The text was updated successfully, but these errors were encountered: