barryvdh / laravel-elfinder

elFinder bundle for Laravel
745 stars 171 forks source link

permissions on disks #191

Open froid24 opened 7 years ago

froid24 commented 7 years ago

I'm using elfinder with the disks array, which is a list of 2 previously defined disks, files (local) and dropbox. How can I set permissions on these disks?

'disks' => [ 'files', 'dropbox', ],

'roots' => [

],

'options' => [

],

I saw some ideas about applying permissions to roots, but i have nothing defined in the roots array, the disks above act like roots for me.

I really need to provide some permission levels to users, at least at top level. Thank you so much for the help.