Git Product home page Git Product logo

drupal-integrations's Introduction

pantheon-systems/drupal-integrations

Actively Maintained

Add this project to any Drupal distribution based on drupal/core-composer-scaffold to enable it for use on Pantheon.

This project enables the following Pantheon/Drupal integrations:

  • Injects the Pantheon database credentials for the Drupal site
  • Provides a default PHP version to use (7.3)
  • Enables HTTPS (in transitional mode) by default
  • Demonstrates how to turn on twig debugging on non-production Pantheon environments
  • Sets the path to:
    • Configuration import / export directory
    • Private files
    • Temporary files
    • Twig cache files
  • Establishes a secure, random hash salt for Drupal
  • Injects the Pantheon Service Provider (clears edge cache on cache rebuild, etc.)
  • Prevents the user from updating Drupal core with Drush
  • Configures the trusted host patterns to avoid a warning that is not applicable to Panthoen
  • Ignores large cache directories (e.g. node modules and bower components)

Enabling this project

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.

{
    ...
    "require": {
        "pantheon-systems/drupal-integrations": "^9"
    },
    ...
    "extra": {
        "drupal-scaffold": {
            "allowed-packages": [
                "pantheon-systems/drupal-integrations"
            ]
        }
    }
}

Versions

Use version "^8" for Drupal 8, and version "^9" for Drupal 9.

drupal-integrations's People

Contributors

greg-1-anderson avatar kporras07 avatar artemkolotilkin avatar rwagner00 avatar stevector avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.