kiboko / akeneo-product-values-management
Generate your product value class
Installs: 61
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 1
Type:composer-plugin
Requires
- composer-plugin-api: ^1.0
- akeneo-labs/custom-entity-bundle: ^1.8
- akeneo/pim-community-dev: ^1.6
- composer/composer: ^1.0
- doctrine/annotations: ^1.2.0
- league/flysystem: ^1.0
- nikic/php-parser: ^3.0
- symfony/console: ^2.7.0
- symfony/yaml: ^2.7.0
This package is auto-updated.
Last update: 2024-10-24 04:58:31 UTC
README
This package is a composer plugin used to help you manage your Akeneo reference datas.
WARNING: This package is experimental, do not use it on production
Installation
Require the package in your installation :
composer require --dev "kiboko/akeneo-product-values-management=dev-master"
Additionally, you will have to define the following parameters to your composer.json
:
"config": { "akeneo-appbundle-root-dir": "src", "akeneo-appbundle-vendor-name": "Acme", "akeneo-appbundle-bundle-name": "AppBundle" }
Available packages & reference datas
For now, the only package available is kiboko/akeneo-reference-datas
Usage
Initialize your AppBundle
Run the following command to build your bundle:
composer akeneo:init
List the available reference datas
Run the following command to list the available reference datas.
composer akeneo:reference-data:list
Add a ManyToOne
relation with a ColorRGB
in your ProductValue
Run the following command to install the color reference data as a many to one (single select):
composer akeneo:reference-data:add color.rgb.many-to-one
Add a ManyToMany
relation with a ColorRGB
in your ProductValue
Run the following command to install the color reference data as a many to one (multiple select):
composer akeneo:reference-data:add color.rgb.many-to-many