Open nikkoagustino opened 2 years ago
Did you find any solution? I have the same problem..
I ended up using another cms
I found solution;
Should add
'visibility' => 'public'
paste use config/filesystems.php disks item in
@BilalSonmez I try this, not work any solution?
@BilalSonmez I try this, not work any solution?
config/file-manager.php
config/filesystems.php
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?