8000 Tags · dontpanic/laravel-filemanager · GitHub
[go: up one dir, main page]

Skip to content

Tags: dontpanic/laravel-filemanager

Tags

v1.8.4

Toggle v1.8.4's commit message
click on file should call useFile() in grid view

v2.0.0-alpha

Toggle v2.0.0-alpha's commit message
add badge of unstable version number in README

v1.8.3

Toggle v1.8.3's commit message
fix psr2

v1.8.2.2

Toggle v1.8.2.2's commit message
UniSharp#447 Fix for animated gif upload. (Treat "gif" and "svg" as n…

…ormal files) / Image quality should remain 100% by default.

v1.8.2.1

Toggle v1.8.2.1's commit message
Fix UniSharp#442 v1.8.2 lfm.url_prefix backward compatibility

v1.8.2

Toggle v1.8.2's commit message
Merge pull request UniSharp#440 from sarperkaya/patch-2

Update lfm.php by @sarperkaya

v1.8.2-alpha

Toggle v1.8.2-alpha's commit message
Add default value to "raster_mimetypes" for backward compatibility.

v1.8.1

Toggle v1.8.1's commit message
upload success message should not show popup

v1.8.0

Toggle v1.8.0's commit message
Merge pull request UniSharp#340 from htaghizadeh/patch-1

Update Persian (Farsi) Language Translation, thanks @htaghizadeh

v1.7.7

Toggle v1.7.7's commit message
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).
0