digitalpolygon / pantheon-drupal-integration
Integrate all pantheon dependencies in a composer based drupal project
Installs: 1 932
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 9
Forks: 1
Open Issues: 1
Requires
- drupal/pantheon_advanced_page_cache: ^2.2
- drupal/redis: ^1.7
- pantheon-systems/drupal-integrations: ^10
README
This project integrates all the required dependencies for pantheon. It uses drupal/core-composer-scaffold
for integration of scripts.
It includes
- pantheon-systems/drupal-integrations
- Quicksliver Hooks
- Github Action Scripts
- Redis
- Pantheon Advanced Page Cache
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.