Skip to content

Include scaffolding files

Latest

Choose a tag to compare

@mariacha mariacha released this 28 Apr 18:19
· 19 commits to main since this release
08fafc2

This release allows Robo Drupal to manage its own scaffolding files instead of having an external repo, like https://github.com/thinkshout/drupal-integrations do it.

To take advantage of this, add "thinkshout/robo-drupal" to the "allowed-packages" under the "drupal-scaffold" section of your composer.json file. Example below, where the allowed packages already included a couple other things:

          "drupal-scaffold": {
            "allowed-packages": [
                "pantheon-systems/drupal-integrations",
                "thinkshout/drupal-integrations",
                "thinkshout/robo-drupal"
             ]
          }