Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

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
Clone this wiki locally