Search by

drupal / horizonaid

Drupal-Infrastructure

A Drupal CMS site template recipe for NGOs, nonprofits and humanitarian/aid organizations, built the Varbase recipe-first way.

Package info

git.drupalcode.org/project/horizonaid.git

Type:drupal-recipe

pkg:composer/drupal/horizonaid

Statistics

Installs: 213

Dependents: 0

Suggesters: 0


README

Horizon Aid

Horizon Aid

pipeline status Horizon Aid

A Drupal CMS site template recipe for NGOs, nonprofits and humanitarian/aid organizations, built the Varbase recipe-first way.

Install with Composer

To install the most recent release of Varbase 11.0.x, run this command:

composer create-project drupal/varbase_project:~11.0.0 PROJECT_DIR_NAME --no-dev --no-interaction

Then require the recipe and apply it with DDEV:

ddev composer require drupal/horizonaid:~1.0.0
ddev drush recipe ../recipes/contrib/horizonaid
ddev drush cache:rebuild

Learn More