BKWLD / croppa

Image thumbnail creation through specially formatted URLs for Laravel.
MIT License
492 stars 91 forks source link

Bug fixed and Laravel < 9 and Lumen compatibility removed #203

Closed sdebacker closed 2 years ago

sdebacker commented 2 years ago

Before my previous PR, I tested the last version of Croppa in my local environment, it was working fine. But now that I begin to use it on a remote server, and I found that it was not working perfectly with Laravel 9 and Flysystem 3. So this pull request fixes the bugs I encountered. I also dropped the Laravel < 9 compatibility, forced to use Laravel Disks and updated the read me. Let me know what you think about all of that.

weotch commented 2 years ago

Works for me, thanks! I also invited you to have write permissions. We're not doing a lot of Laravel dev at the moment so I'm happy for you to create releases yourself if you like!

sdebacker commented 2 years ago

Ok, thank you.