Skip to content
/ bloom Public

Drupal install profile with base config to build projects.

License

Notifications You must be signed in to change notification settings

ManatiCR/bloom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bloom Install Profile Build Status

A base Drupal install profile to scaffold Manatí projects.

How to use it?

On any Drupal project, add bloom to your composer dependecies:

composer require manaticr/bloom

Install the site using bloom profile.

drush si bloom --account-pass=admin --site-name="Drupal8" -y

Enjoy your site!!