https://github.com/manaticr/bloom
Drupal install profile with base config to build projects.
https://github.com/manaticr/bloom
drupal drupal8 manati profile
Last synced: about 2 months ago
JSON representation
Drupal install profile with base config to build projects.
- Host: GitHub
- URL: https://github.com/manaticr/bloom
- Owner: ManatiCR
- License: mit
- Created: 2020-08-31T15:22:01.000Z (over 5 years ago)
- Default Branch: 8.x
- Last Pushed: 2020-09-17T01:45:13.000Z (over 5 years ago)
- Last Synced: 2025-10-02T07:01:45.358Z (6 months ago)
- Topics: drupal, drupal8, manati, profile
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bloom Install Profile [](https://travis-ci.org/ManatiCR/bloom)
A base Drupal install profile to scaffold Manatí projects.
## How to use it?
On any Drupal project, add bloom to your composer dependecies:
```php
composer require manaticr/bloom
```
Install the site using `bloom` profile.
```bash
drush si bloom --account-pass=admin --site-name="Drupal8" -y
```
Enjoy your site!!