Questions tagged [unisharp-file-manager]

23 questions
4
votes
2 answers

Unisharp Laravel File Manager where /public is \public_html

I am using Laravel 8. My site's public directory is public_html and I have made the appropriate changed to the appservice provider: public function register() { $this->app->bind('path.public', function() { return…
Jim
  • 596
  • 1
  • 10
  • 36
2
votes
0 answers

Edit specific folders of application with Unisharp/Laravel-filemanager

Slider images in my application are stored in /storage/images/slider/original/ folder. Is it possible to use Unisharp/Laravel-Filemanager to edit images in that folder ?
arjunQ21
  • 132
  • 4
1
vote
1 answer

Unisharp Laravel-filemanager cant upload on laragon server

when i try to upload an image with laragon server (https://myblog.test) it can't be uploaded Screenshot log dropzone.min.js:1 POST https://myblog.test/filemanager/upload 500 (Internal Server Error) but when i try with (php artisan serve),…
Wildan Maulana
  • 62
  • 1
  • 1
  • 8
1
vote
2 answers

Standalone button laravel filemanager

Hi my laravel version is 6 And i installed Unisharp/laravel-filemanager Im trying to use Standalone button for file manager but i have 404 error like this: my error This is my button code:
1
vote
0 answers

relative height for thumbnails in Laravel File Manager/Unisharp

I'm using unisharp file manager and I have a problem: my Image files are in different dimensions, some are square, some other are rectangular. I want to save thumbnails with original dimensions but the lfm config uses a static width and height size…
1
vote
2 answers

Laravel UniSharp file manager is uploaded but images are not displayed

I am using UniSharp file manager package in Laravel. I have no problem uploading, But images are not displayed. After executing the php artisan storage:link command, only the storage folder is displayed and there are no uploaded files in…
0
votes
0 answers

Larvel 10 Unisharp File Uplodader showing 404 in live server

Unisahrp File uploader working fine in xaamp, but after uplodading to server (to sub folder). it showing 404 while click on image upload button https://www.afterscakes.in/abeservices/test-1 https://www.afterscakes.in/abeservices/test File manager…
0
votes
0 answers

How to determine image uploaded route laravel-filemanager

I'm using "standalone button" for many pages on website (product/create.blade.php, banner/create.blade.php, ...) $('#lfm').filemanager('image'); And i also call an image handler event after the image is uploaded, based on the answer of Sti3bas:…
newsshare24h
  • 69
  • 1
  • 11
0
votes
2 answers

Laravel UniSharp file-manager Invalid upload request

does someone know how to set up an embedded unsharp file manager for the local project? Currently, I always get this error message "Invalid upload request": This is the code: View