alexusmai / laravel-file-manager

File manager for Laravel
MIT License
1.14k stars 292 forks source link

How to create folder with chmod 755 permission? #301

Open nikkoagustino opened 2 years ago

nikkoagustino commented 2 years ago

Hi there, I have setup file manager on a web server. And I need to create folder to share with my another project (desktop and android). The problem is the folder created with file manager default permission (chmod) is 700 and my other project can't see the folder created. How can I change default permission while creating new folder from file manager to 755 instead?

BilalSonmez commented 1 year ago

Did you find any solution? I have the same problem..

nikkoagustino commented 1 year ago

I ended up using another cms

BilalSonmez commented 1 year ago

I found solution; Should add 'visibility' => 'public' paste use config/filesystems.php disks item in

charleshrf commented 1 year ago

@BilalSonmez I try this, not work any solution?

BilalSonmez commented 1 year ago

@BilalSonmez I try this, not work any solution?

image

config/file-manager.php

image

config/filesystems.php

I was able to make it work like this