Skip to content

Hide Folders

Muah edited this page Nov 10, 2019 · 9 revisions

let's say you have this structure

root "/"
  |_users
    |_admin
      |_pdfs
    |_testing
  |_clients
  |_others

and you want to hide both others & users/testing, so the param would be

@include('MediaManager::_manager', ['hidePath' => ['others', 'users/testing']])
  • the passed param have to be an array of items not a string