php - Symfony reusable bundle default configuration -


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

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -