I thought advanced template is in the past as it is an antipattern
several have asked how to configure an app with different domains for backend and frontend, and I think it is a good way to implement it, with separate containers.
it is a bad way... no need to duplicate same files, just make the routes with few lines of code)
There are no duplicate files, you can use different themes for each domain that is an advantage too, in addition to having services available only for each implementation.
I understand the hack, I can also pass the parameters through the container I already have it working, but I think that the composer plugin should be able to modify the default configuration.
I understand the hack, I can also pass the parameters through the container I already have it working, but I think that the composer plugin should be able to modify the default configuration.