When I create a new Drupal site, I usually end up with at least one custom module and a few modules added by the community. For the site to work properly, you need to set many configuration parameters for various modules. This makes deploying a new Drupal example painstaking and error prone.
I would like to give my custom module the ability to configure all other modules. Either during installation, or when you click a button on my module administration page, all the necessary configuration values ββon other modules will be installed programmatically.
How am I best to do this?
source
share