cloudinary-laravel
cloudinary-laravel copied to clipboard
No support for Laravel >=9.x: Is the package still maintained?
Been using this package for a long time, until I realized all my projects are suddenly breaking.
The package can no longer be used from Laravel >= 9.x which uses league/flysystem v3
league/flysystem has since moved to v3, but this CloudinaryAdapter still uses interfaces and traits from v1.
There are several other issues faced by other devs coming down to same problem, e.g.
- #112
- #83
- #114
I am willing to make PRs to update and generally improve the package, but need to know if we still got some eyes here?