Skip to content

digitalpolygon/drupal-pantheon-integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Drupal Pantheon Integration

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.

About

Integrate pantheon dependencies with Drupal

Resources

Stars

0 stars

Watchers

9 watching

Forks

Packages

 
 
 

Contributors

Languages