oxid-esales/developer-tools 问题修复 & 功能扩展

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

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

oxid-esales/developer-tools

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

Composer 安装命令:

composer require oxid-esales/developer-tools

包简介

The component contains developer tools.

README 文档

README

This component contains additional developer tools for OXID eShop.

ATTENTION: this component was designed for development purposes and its usage may lead to data loss in your system. Never execute developer tool commands in any live environment!

Installation

Run the following command to install the component:

composer require oxid-esales/developer-tools

Usage

Resetting project configuration

To reset project configuration to its initial state execute:

bin/oe-console oe:module:reset-configurations 

Resetting/installing shop database

To reset the database to its initial state run the following command:

bin/oe-console oe:database:reset [--force]

When executed, this command will use the actual database settings, active in your current system environment.

How to install component for development?

Checkout component besides OXID eShop source directory:

git clone https://github.com/OXID-eSales/developer-tools.git

Run composer install command:

cd developer-tools
composer install

Add dependency to OXID eShop composer.json file:

composer config repositories.oxid-esales/developer-tools path developer-tools
composer require --dev oxid-esales/developer-tools:*

How to run tests?

To run tests for the component please define OXID eShop bootstrap file:

vendor/bin/phpunit --bootstrap=../source/bootstrap.php tests/

License

See LICENSE file for license details.

统计信息

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

GitHub 信息

  • Stars: 2
  • Watchers: 12
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: proprietary
  • 更新时间: 2019-11-20