oxid-esales/oxideshop-doctrine-migration-wrapper 问题修复 & 功能扩展

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

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

oxid-esales/oxideshop-doctrine-migration-wrapper

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

Composer 安装命令:

composer require oxid-esales/oxideshop-doctrine-migration-wrapper

包简介

OXID eShop database migrations using Doctrine

README 文档

README

Actions Status

Description

OXID eShop Doctrine Migration Wrapper was created to orchestrate multiple Doctrine Migrations, scattered all over the OXID eShop project:

  • migrations in OXID eShop Community Edition
  • migrations in OXID eShop Professional Edition
  • migrations in OXID eShop Enterprise Edition
  • migrations in OXID eShop modules

Installation

Run the following command to install:

composer require oxid-esales/oxideshop-doctrine-migration-wrapper```

Development

Running tests

Component tests can be executed with the OXID eShop's PHPUnit runner:

vendor/bin/phpunit vendor/oxid-esales/oxideshop-doctrine-migration-wrapper

you might need to extend the eShop's root composer autoload-dev configuration and run dump-autoload command:

    "autoload-dev": {
        "psr-4": {
            "OxidEsales\\DoctrineMigrationWrapper\\Tests\\": "./vendor/oxid-esales/oxideshop-doctrine-migration-wrapper/tests"
        }
    }
composer dump-autoload

to activate autoloading for the component's test classes.

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
  • 收藏数: 4
  • 点击次数: 1
  • 依赖项目数: 11
  • 推荐数: 0

GitHub 信息

  • Stars: 4
  • Watchers: 13
  • Forks: 6
  • 开发语言: PHP

其他信息

  • 授权协议: proprietary
  • 更新时间: 2017-05-22