LinoDev
LinoDev
Hey, great extension, but the guys here are right, the special characters wont get found, in my case im facing issues with spanish tildes like Álava province in spain
I have read some insights about this issue, heres what i did `$imageCacheTemplates = collect(config("imagecache.templates")); foreach ($imageCacheTemplates as $key => $template) { $image = $imageCache->make(storage_path("app")."/". config("quepisos.uploadsDir").$result)->filter(new $template); Cache::forget($image->checksum()); }`