Hi!
I just started to use imposter and come to my second issue (first already solved by #150): Monorepo functionality.
Due to the fact I use symlinks in my vendor folder (composer.json#repositories.path). I can not put the prefixing to my source code directly while developing.
My CI/CD starts a build process and creates a folder with my source code and vendor folder. There is nothing prefixed, yet.
With imposter I can modify the vendor dependencies and prefix their namespaces. Unfortunately the source code itself is not modified with the prefixed dependency namespaces. Is this somehow possible?
Regards,
Matthew 🙂
Hi!
I just started to use imposter and come to my second issue (first already solved by #150): Monorepo functionality.
Due to the fact I use symlinks in my vendor folder (
composer.json#repositories.path). I can not put the prefixing to my source code directly while developing.My CI/CD starts a build process and creates a folder with my source code and vendor folder. There is nothing prefixed, yet.
With
imposterI can modify thevendordependencies and prefix their namespaces. Unfortunately the source code itself is not modified with the prefixed dependency namespaces. Is this somehow possible?Regards,
Matthew 🙂