cloudinary-community / cloudinary-laravel

Laravel SDK for Cloudinary
MIT License
262 stars 71 forks source link

No support for Laravel >=9.x: Is the package still maintained? #116

Open newtonjob opened 1 month ago

newtonjob commented 1 month ago

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.

I am willing to make PRs to update and generally improve the package, but need to know if we still got some eyes here?

joshmanders commented 1 month ago

Hey @newtonjob, I'm new to the project and have been tasked with bringing this up to date and fixing some bugs and adding new features. I apologize in advance if things look unmaintained as I ramp up and get familiar with the codebase!

newtonjob commented 1 month ago

Appreciate your response @joshmanders ❤️

DmitrySidorenkoShim commented 6 hours ago

yes, it would be great to bring this package live again and with Laravel 10.x too

because we are switching to Cloudinary very soon and I need to use this package for our project 😌

colbyfayock commented 6 hours ago

we should be cutting a compatibility release for v9 hopefully early this week and a v10+ release soon after!

joshmanders commented 2 hours ago

yes, it would be great to bring this package live again and with Laravel 10.x too

because we are switching to Cloudinary very soon and I need to use this package for our project 😌

I've cut a 1.0.6 release that makes it work with Laravel v9 again, this week I will be working on bringing it back to working state with bug fixes and tests to ensure no regressions including compatibility with Laravel 10 and 11.