2017 © Pedro PelĂĄez
 

symfony-bundle dev-toolbox-bundle

Developer Toolbox for Akeneo PIM

image

akeneo-labs/dev-toolbox-bundle

Developer Toolbox for Akeneo PIM

  • Monday, July 25, 2016
  • by Akeneo
  • Repository
  • 15 Watchers
  • 1 Stars
  • 15 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

DevToolboxBundle

Akeneo PIM developper toolbox, (*1)

This toolbox contains commands to: * Delete attributes * [Change the scope of an attribute] (./Resources/doc/attribute-set-scopable.md), (*2)

 How to install

Modify your composer.json to:, (*3)

Add the bundle VCS in the composer.json, (*4)

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

set the bundle as a requirement:, (*5)

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

Then you can launch the following command, (*6)

composer.phar require akeneo-labs/DevToolboxBundle

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

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

The Versions

25/07 2016

dev-master

9999999-dev http://www.akeneo.com

Developer Toolbox for Akeneo PIM

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev ~1.3

 

The Development Requires

e-commerce ecommerce pim akeneo toolbox developper

12/06 2015

v1.0.0

1.0.0.0 http://www.akeneo.com

Developer Toolbox for Akeneo PIM

  Sources   Download

OSL-3.0

The Requires

  • akeneo/pim-community-dev ~1.3

 

The Development Requires

e-commerce ecommerce pim akeneo toolbox developper