Tags: dontpanic/laravel-filemanager
Tags
UniSharp#447 Fix for animated gif upload. (Treat "gif" and "svg" as n… …ormal files) / Image quality should remain 100% by default.
Fix UniSharp#442 v1.8.2 lfm.url_prefix backward compatibility
Merge pull request UniSharp#440 from sarperkaya/patch-2 Update lfm.php by @sarperkaya
Add default value to "raster_mimetypes" for backward compatibility.
Merge pull request UniSharp#340 from htaghizadeh/patch-1 Update Persian (Farsi) Language Translation, thanks @htaghizadeh
Changed path() method to getRealPath() (UniSharp#300) Uploading a regular file using laravel-filemanager causes this error: `Call to undefined method Symfony\Component\HttpFoundation\File\UploadedFile::path()` According to other places inside the code, the correct method should be `getRealPath()`, after changing both references in the UploadController I was able to upload files without issues. The error only occured when uploading using the "Files" type of the file manager (like a PDF).
PreviousNext