InfinetyEs / Nova-Filemanager

A Filemanager tool for Laravel Nova
https://infinetyes.github.io/Nova-Filemanager
MIT License
219 stars 95 forks source link

Hide certains folder in the main view #154

Open aftechro opened 3 years ago

aftechro commented 3 years ago

Hello,

Great tool btw.

How can i make to show only few folders and to hide whatever i dont want to be seen by others? Or at lease to restrict access

Thank you!

Krato commented 3 years ago

Just create a .hide empty file inside the folder and the package will hide that folder.

Need to doc that feature.