koempf / akeneo-attributes-to-variants-bundle
Simple command to add an attribute to all family variants
Installs: 419
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/koempf/akeneo-attributes-to-variants-bundle
Requires
This package is auto-updated.
Last update: 2025-09-24 21:32:06 UTC
README
- Composer install
composer require koempf/akeneo-attributes-to-variants-bundle
- Add bundle to config/bundles.php
<?php return [ \Koempf\AttributeToVariantsBundle\KoempfAttributeToVariantsBundle::class => ['dev' => true, 'test' => true, 'prod' => true], ];
Usage
Example:
php bin/console koempf:attribute-to-variants:add --attribute=attribute_code --families=family_code1,family_code2,family_code3
php bin/console koempf:attribute-to-variants:add --attribute=attribute_code --families='*'