Open sairam2188 opened 7 years ago
This seemed to work for me.
'disks' => array(
env('FILESYSTEM_CLOUD', 's3') => [
'alias' => 'Primary',
'path' => '/elFinder',
'uploadOverwrite' => false,
'acceptedName' => '/^\w[\w\s.-]*$/',
'attributes' => array(
array(
'pattern' => '/./',
'read' => true,
'write' => false,
'locked' => true
)
)
]
)
Hi,
I need to configure a read only for all disk. I have the following: `<?php
return array(
); ` Thanks.