This is a project template providing a great out-of-the-box experience for new Drupal 9 projects hosted on Acquia. It is based on the Drupal Recommended Project and similar to the Acquia Drupal Minimal Project, with the principal difference being the addition of several modules and packages that provide the best possible out-of-the-box experience for Acquia customers.
This project includes the following packages and configuration:
- Drupal core
- Acquia BLT (Development and automation toolset)
- Acquia Lightning (Drupal distribution)
- Drush (Drupal CLI and development tool, via Lightning)
- Acquia Connector (Management and reporting tool for Acquia Cloud sites, via Lightning)
- Asset Packagist repository, package, and configuration (via Lightning)
Create a new project using Composer:
composer create-project --no-interaction acquia/drupal-recommended-project
Once you create the project, you can and should customize composer.json
and the rest of the project to suit your needs. You will receive updates from any dependent packages, but not from the project template itself. It's yours to keep!
For instance, you can remove a provided package by running the following command and committing the changed composer.json
and composer.lock
to Git:
composer remove acquia/blt
Copyright (C) 2020 Acquia, Inc.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.