koempf/akeneo-attributes-to-variants-bundle
Composer 安装命令:
composer require koempf/akeneo-attributes-to-variants-bundle
包简介
Simple command to add an attribute to all family variants
README 文档
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='*'
统计信息
- 总下载量: 419
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-07-21