yawik / standard

Starting point for Yawik Application
https://yawik.org
MIT License
2 stars 0 forks source link

yawik/Organizations needs a 'public/static/Organizations' directory #4

Open TiSiE opened 5 years ago

TiSiE commented 5 years ago

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...

kilip commented 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