How can I list all directories in Yii2?
I know there is a FileHelper
to list all files in a directory/subdirectory, but I could not list directory using that.
Of course I can use raw PHP to do this, but before that I want to check if Yii2 provides any sort of functionality for it.