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

Skip to content
This repository was archived by the owner on Sep 22, 2020. It is now read-only.

Tags: JohnTheBoss/laravel-filemanager

Tags

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).

v1.7.6

Toggle v1.7.6's commit message
folders in tree view should be sorted by names

v1.7.5

Toggle v1.7.5's commit message
psr2 fix

v1.7.4

Toggle v1.7.4's commit message
fix $success_response in FolderController

v1.7.3

Toggle v1.7.3's commit message
$success_response in LfmController should be static

v1.7.2

Toggle v1.7.2's commit message
fix document

v1.7.1

Toggle v1.7.1's commit message
rearrange config of should_validate_size

v1.7.0

Toggle v1.7.0's commit message
update config document

0