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

Skip to content

Tags: pyaehein/laravel-filemanager

Tags

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

1.6.4

Toggle 1.6.4's commit message
Using singleton method instead share

v1.7-alpha

Toggle v1.7-alpha's commit message
Merge branch 'master' of github.com:UniSharp/laravel-filemanager

0