承接 akeneo-labs/dev-toolbox-bundle 相关项目开发

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

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

akeneo-labs/dev-toolbox-bundle

最新稳定版本:v1.0.0

Composer 安装命令:

composer require akeneo-labs/dev-toolbox-bundle

包简介

Developer Toolbox for Akeneo PIM

README 文档

README

Akeneo PIM developper toolbox

This toolbox contains commands to:

  • Delete attributes
  • [Change the scope of an attribute] (./Resources/doc/attribute-set-scopable.md)

## How to install

Modify your composer.json to:

Add the bundle VCS in the composer.json

"repositories": [
    {
        "type": "vcs",
        "url": "https://github.com/akeneo-labs/DevToolboxBundle.git",
        "branch": "master"
    }
]

set the bundle as a requirement:

"require": {
    "akeneo-labs/dev-toolbox-bundle": "v1.0.0"
}

Then you can launch the following command

composer.phar require akeneo-labs/DevToolboxBundle

Now, you can add your new bundle in the app/AppKernel.php file

$bundles[] = new Pim\Bundle\DevToolboxBundle\PimDevToolboxBundle();

统计信息

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

GitHub 信息

  • Stars: 2
  • Watchers: 10
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: OSL-3.0
  • 更新时间: 2015-11-10