akeneo-labs/dev-toolbox-bundle

Developer Toolbox for Akeneo PIM

Package info

github.com/akeneo-labs/DevToolboxBundle

Homepage

Type:symfony-bundle

pkg:composer/akeneo-labs/dev-toolbox-bundle

Statistics

Installs: 19

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 1

v1.0.0 2015-06-12 14:32 UTC

Requires

Suggests

None

Provides

None

Conflicts

None

Replaces

None

OSL-3.0 5d11c36e8bd5bc01ee1f87f2fd3a310a0a4a7a8a

ecommercee-commerceToolboxPIMakeneodevelopper

This package is auto-updated.

Last update: 2026-06-21 02:10:12 UTC


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();