ramsalt/drupal-scaffold 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

ramsalt/drupal-scaffold

最新稳定版本:1.0.12

Composer 安装命令:

composer require ramsalt/drupal-scaffold

包简介

Add this package to any Drupal distribution based on drupal/core-composer-scaffold to enable it for use at Ramsalt.

README 文档

README

Add this project to any Drupal site based on drupal/core-composer-scaffold to enable it for use at Ramsalt.

This project enables the following features:

  • Adds settings.php for the use in wodby
  • Adds settings files for each environment
  • Provides wodby.yml post deployment scripts
  • Enables drupal-patches with an separate composer.patches.json file
  • Provides the default circleci deployment configuration used at Ramsalt
  • Provides a default Renovatebot configuration.

Enabling this project

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

  1. Add the package in the 'drupal-scaffold' allow-list:

    composer config extra.drupal-scaffold.allowed-packages --json '["ramsalt/drupal-scaffold"]'

    Note: If you already have other packages listed in drupal-scaffold.allowed-packages configuration this command is not for you. In this case you need to manually add "ramsalt/drupal-scaffold" to the array.

  2. Require this package as you normally would:

    composer require ramsalt/drupal-scaffold

The resulting composer.json should contain the following:

{
    "require": {
        "ramsalt/drupal-scaffold": "^1@beta"
    },
    "extra": {
        "drupal-scaffold": {
            "allowed-packages": [
                "ramsalt/drupal-scaffold"
            ]
        }
    }
}

统计信息

  • 总下载量: 150.85k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 1
  • 依赖项目数: 2
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 8
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2021-04-15