Skip to content

Install dependencies

Ben Scott edited this page Oct 8, 2021 · 1 revision

You can use drush and composer to install dependencies.

There are two types of dependencies to install:

  • Drupal dependencies: drush make --no-core scratchpads2.make.yml .
  • Composer dependencies: composer install

You can also install contrib modules using drush dl {module_name}.

Clone this wiki locally