oxid-esales/oxideshop-composer-plugin 问题修复 & 功能扩展

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

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

oxid-esales/oxideshop-composer-plugin

最新稳定版本:v8.0.0-alpha.1

Composer 安装命令:

composer require oxid-esales/oxideshop-composer-plugin

包简介

This file is mean to be used to install OXID eShop compilation.

README 文档

README

image

This plugin is used to install OXID eShop and OXID eShop third party integrations (modules, themes).

Supported types

Packages are recognised by their type, specified in composer.json file. Available types are:

  • oxideshop - Main shop package is installed into source directory.
  • oxideshop-module - Modules depend on main shop package.
  • oxideshop-theme - Themes, which are installed into source directory, depend on main shop package.

Configuration

In your composer.json file you can add the following to help you with the composer update prompts. This is useful for symlinks on installs or possibly other reasons. The packages name in composer is the name you would enter into the composer.json file.

Note

update-answer-yes will answer Y for the composer update prompts for specific package
update-answer-no will answer N for the composer update prompts for specific package

  "extra": {
    "oxideshop": {
      "update-answer-yes": [
        "oxid-esales/apex-theme"
      ],
      "update-answer-no": [
        "my-vendor/other-example"
      ]
    }
  }

Bugs and Issues

If you experience any bugs or issues, please report them in the section OXID eShop (all versions) of https://bugs.oxid-esales.com.

统计信息

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

GitHub 信息

  • Stars: 5
  • Watchers: 5
  • Forks: 17
  • 开发语言: PHP

其他信息

  • 授权协议: proprietary
  • 更新时间: 2016-07-29