niji/auto-attribute-options-setter-bundle
Composer 安装命令:
composer require niji/auto-attribute-options-setter-bundle
包简介
Symfony AutoAttributeOptionsSetterBundle
README 文档
README
This bundle ensure that attribute options are created automatically when importing products for simple select and multi select attribute.
Installation
- Execute the following command to add the dependency to your
composer.json
composer require niji/auto-attribute-options-setter-bundle
- In your app/AppKernel.php add a line to enable the bundle:
public function registerProjectBundles() { return [ // your app bundles should be registered here, .../... new Niji\AutoAttributeOptionsSetterBundle\AutoAttributeOptionsSetterBundle(), .../... ]; }
Credits
This bundle is brought to you by Niji - http://www.niji.fr.
统计信息
- 总下载量: 437
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-12-21