BKWLD / croppa

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

Laravel 10 thumbnails are not generated #224

Open newcrossing opened 2 months ago

newcrossing commented 2 months ago

I configured the package according to the instructions. The url is being generated. But thumbnails are not created

jordanade commented 1 month ago

@newcrossing if you were using a remote src_disk, there was an issue that is now fixed in release 7.0.5. You now have to define a local tmp_disk where remote images can be downloaded prior to cropping.