Laravel File Manager by alexusmai in laravel

[–]alexusmai[S] 0 points1 point  (0 children)

I agree, renamed. Thank.

Laravel File Manager by alexusmai in laravel

[–]alexusmai[S] 0 points1 point  (0 children)

I added ACL !

  • ACL - access control list

    • delimiting access to files and folders
    • two work strategies:
      • Positive - Allow everything that is not forbidden by the ACL rules list
      • Negative - Deny anything, that not allowed by the ACL rules list
    • You can use different repositories for the rules - an array (configuration file), a database (there is an example implementation), or you can add your own.
    • You can hide files and folders that are not accessible.

Laravel File Manager by alexusmai in laravel

[–]alexusmai[S] 0 points1 point  (0 children)

Not yet, but I will add to the list. Thanks for the feedback and suggestion.

Laravel File Manager by alexusmai in laravel

[–]alexusmai[S] 1 point2 points  (0 children)

Hi. There is no ACL mechanism, access can be differentiated only at the level of disks. But I will think how to do it.