Open TiSiE opened 5 years ago
@TiSie our composer plugin can call a method in module. We already have AssetsProviderInterface
in Core module to determine custom public dir like in Auth module. I will try to customize this interface and have the composer plugin create this directories
For the organization image cache to work, it needs the writable directory "public/static/Organizations"
Any ideas to create a module specific directory while installing the module via composer? Maybe our composer-plugin can do this (when configuration is provided in the modules' composer.json)? Similar to the zf-component-installer...