digitalpolygon/pantheon-drupal-integration

Integrate all pantheon dependencies in a composer based drupal project

0.0.1 2022-05-23 11:10 UTC

This package is auto-updated.

Last update: 2024-04-23 16:00:30 UTC


README

This project integrates all the required dependencies for pantheon. It uses drupal/core-composer-scaffold for integration of scripts.

It includes

Setup

This project must be enabled in the top-level composer.json file, or it will be ignored and will not perform any of its functions.

  • Add this project to your Drupal 9 codebase via composer.
composer require digitalpolygon/pantheon-drupal-integration
  • Permit scaffolding from the project by adding
{
    ...
    "extra": {
        "drupal-scaffold": {
            "allowed-packages": [
                "digitalpolygon/pantheon-drupal-integration",
                "pantheon-systems/drupal-integrations"
            ]
        }
    }
}
  • If you already have a settings.php, please remove it to allow it to create its own settings.php for pantheon. Please make sure to take backup.