laravel-filemanager icon indicating copy to clipboard operation
laravel-filemanager copied to clipboard

Media gallery with CKEditor, TinyMCE and Summernote support. Built on Laravel file system.

Results 171 laravel-filemanager issues
Sort by recently updated
recently updated
newest added

Hi, thanks for the great work, actually I don't have an issue. I just want to know what are the possibilities to use this package with a multi-tenancy system? Spacially...

I have some problems specifying different config and event handler for each module when upload stand alone image, For example : - Post requires thumbnail and resizing, directory : posts....

Is there any work in progress to enable the CKEditor 5 Comparability? is there any plan to release the update?

feature-request

* Operating system : 5.4.72-microsoft-standard-WSL2 * Laravel version : v8.83.6 * Package version : v2.4.1 * Steps to reproduce your issue : 1. Add var_dump($is_directory) to vendor/unisharp/laravel-filemanager/src/Controllers/ItemsController.php:69 2. Create two...

Image Upload is fine but when I try to insert into Tinymce 5 Editor, I get Window.opener not found. * Operating system : Big Sur * Laravel version : 8.12...

Hi ! I'm facing a problem : when I want to add images through my **TinyMCE editor** in a **Laravel Nova resource**, the filemanager iframe opens but it **doesn't list...

* Add check null * Vue version : 2.6.14 * Package version : 2.5.0 * - action,js : selectDirectory * - getter.js : filesCount, directoriesCount, filesSize, selectedFilesSize, selectedList, directoriesCount, filesSize...

Hi, Cheers for the great package. there is an issue with Routes when I am uploading my project via Ploi to my server And provide the followings : * Operating...

Any requests which modifies data should not be sent by using GET method. So while deletion or renaming file csrf token not validated `Get Method: site/laravel-filemanager/delete?working_dir=%2F2&type=Images&items%5B%5D=filename.jpg&_=1646834633028 `

Hi, I've a problem about selected image. Upload file or create folder is working fine. But how can i select file and press confirm button, button has not response. There...

WIP