Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 680 Bytes

adding-to-project.md

File metadata and controls

12 lines (8 loc) · 680 Bytes

Adding BLT to an existing project

To add BLT to a pre-existing Drupal project, do the following:

  1. Ensure that your project directory structure is Acquia-cloud compatible by asserting that the Drupal root is in a top-level folder called docroot.

  2. If you currently manage your dependencies via Composer, ensure that they are all up to date via composer update. Assert that these updates do not break your project.

  3. cd into your existing project directory.

  4. Add BLT via composer:

     composer require acquia/blt:^8.3
    
  5. Continue following instructions for step 2 and beyond in Creating a new project with BLT.