I have this config and I want to get via League\Flysystem\MountManager service or another service the directory value inside a php controller !! Any idea would be appreciated
There's probably no way to get this from the MountManager. I think you should use a parameter for the configuration which you can also access in a controller.
I have this config and I want to get via
League\Flysystem\MountManager
service or another service the directory value inside a php controller !! Any idea would be appreciated