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…

Shuaib Jaff
- 115
- 10
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…

Hossein Razavi
- 43
- 5
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…

Gadhafi
- 1
- 4
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
0
votes
2 answers
404 not found when using laravel filemanager package
I have no problem using the filemanager.
This means that when I create a post, for example an article with a photo, I do it without any problem.
But when I try to edit the post, the part where I put the standalone Button can not load the file…

Abbas
- 117
- 10
0
votes
2 answers
Laravel 8 UniSharp File Manager 3 - image uploaded but not showing
When I upload some files with LFM, the images are uploaded in a new folder created in storage/app/public/photos/shares and thumbnails in a nested folder thumbs. BUT the images thumbnails are not showing in the FM, only the filenames under a blank…

Paul Godard
- 1,055
- 1
- 14
- 30
0
votes
1 answer
Laravel File manager - Create Folder or File events
I have used Unisharp/Laravel-filemanager for my File Manager system. I need an event for calling a function when a user creates a folder. How can I do it?
I have tried to find some information about it on their website Laravel File manager events…

SeyedAli Fazel
- 29
- 2
0
votes
1 answer
File preview is not visible and file links do not work in laravel file manage
Laravel filemanager works fine on localhost, but not on the server
When I go to the link to the file,
I get the following error :
You don't have permission to access /public/storage/picture/picture2.jpg on this server.
Additionally, a 403 Forbidden…

Taner
- 5
- 3
0
votes
1 answer
Laravel Filemanager Base url for Images is wrong
I need help configuring the site url being generated by Laravel File manager. I am developing my application locally on http://127.0.0.1:8000/. The name of the application is security. But whenever I upload images, its giving them a url of:…

FreddCha
- 465
- 2
- 8
- 15
0
votes
1 answer
UniSharp File manager not working with Laravel 7
I have recently implement tinyMCE and I am using UniSharps file manager to handle files when i attempt to test the file manager I get Argument 2 passed to Illuminate\Auth\SessionGuard::__construct() must be an instance of…

Bob Jones
- 87
- 2
- 12