承接 gsdevme/drupalcontainer 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

gsdevme/drupalcontainer

Composer 安装命令:

composer require gsdevme/drupalcontainer

包简介

README 文档

README

Add the Symfony2 Container into a Drupal 7 projects through use of a Drupal 7 module that is weighted to load before any other module.

Build Status Scrutinizer Code Quality

Todo

  • Symfony2 Console Application to install the Drupal Module
  • Console Application to search for Drupal Install
  • Lock file created with relative path of Drupal Install
  • Ask the user where they want the module installed e.g. /sites/ /profiles/
  • Tests :)

Installing

You can install both the Drupal 7 module and the container via Composer. You will be prompted for the Drupal Project location and where you want to install the module to

"require": {
        "gsdevme/drupalcontainer": "dev-master"
},
"scripts": {
    "post-install-cmd": [
        "bin/drupal-container composer:install"
    ],
    "post-update-cmd": [
        "bin/drupal-container composer:update"
    ]
}

统计信息

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

GitHub 信息

  • Stars: 1
  • Watchers: 4
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2015-03-02