i'm playing symfony reusable bundles , want make bundle default configuration other projects common entities, controllers etc. problem taht want keep default configuration 3rd party bundles in bundle (easy admin, fos user bundle,...).
i set default configuration in bundle , in case of need override in app/config... possible , if yes, how can achieve that.
thanks in advance
you need use prepend extension config keep other extension configurations.
follow documantation
https://symfony.com/doc/current/bundles/prepend_extension.html
Comments
Post a Comment