8000 Release v1.7.7: Changed path() method to getRealPath() (#300) · 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.

v1.7.7

@joshuadegier joshuadegier tagged this 18 May 01:41
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).
Assets 2
Loading
0