承接 o3-shop/developer-tools 相关项目开发

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

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

o3-shop/developer-tools

最新稳定版本:v1.0.0

Composer 安装命令:

composer require o3-shop/developer-tools

包简介

The component contains developer tools.

README 文档

README

This component contains additional developer tools for O3-Shop.

Installation

Run the following command to install the component:

composer require o3-shop/developer-tools

Usage

Resetting project configuration

To reset project configuration to its initial state execute:

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

How to install component for development?

Checkout component besides O3-Shop source directory:

git clone https://github.com/o3-shop/developer-tools.git

Run composer install command:

cd developer-tools
composer install

Add dependency to O3-Shop composer.json file:

composer config repositories.o3-shop/developer-tools path developer-tools
composer require --dev o3-shop/developer-tools:*

How to run tests?

To run tests for the component please define O3-Shop bootstrap file:

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

License

See LICENSE file for license details.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: GPL-3.0-only
  • 更新时间: 2023-02-28