Skip to content

ManatiCR/manati_base_config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Manatí Base Config Module Build Status

This module is used only to import and enable custom config of contrib modules used by Manatí. It should be used along with the Bloom profile to import the first config of the new site.

How to use it?

Install the drupal site using Bloom installation profile.

Add the manati_base_config to your composer dependencies.

composer require manaticr/manati_base_config

Enable the manati_base_config in order to enable all required modules. You could check all the required module dependencies at /admin/modules page.

drush en manati_base_config

Disable the manati_base_config.

drush pmu manati_base_config

Import the base config of the manati_base_config module.

drush cim --source=./modules/contrib/manati_base_config/config/partial --partial

Remove the module dependency from composer.

 composer remove manaticr/manati_base_config

Enjoy the Manatí base config!!

About

Base config for contrib modules to build new Drupal sites.

Resources

Stars

Watchers

Forks

Packages

No packages published