clickandmortar/akeneo-utils-bundle
Composer 安装命令:
composer require clickandmortar/akeneo-utils-bundle
包简介
Akeneo Utils bundle
README 文档
README
Akeneo Utils is a bundle to add some utils features to Akeneo project.
Made by ❤️ by C&M
Versions
| Bundle version | Akeneo version |
|---|---|
| v7.0.* | v7.0.* |
| v6.0.* | v6.0.* |
| v1.2.* | v4.0.* |
| v1.1.* | v3.2.* |
| v1.0.* | v2.1.* |
Installation
Add package with composer:
composer require clickandmortar/akeneo-utils-bundle "<version-wanted>.*"
Add bundle in your config/bundles.php file:
return [ ClickAndMortar\AkeneoUtilsBundle\ClickAndMortarAkeneoUtilsBundle::class => ['all' => true] ... ];
Commands utils
candm:akeneo-utils:clear-archives: To remove old archives directories and avoid large disk usage.candm:akeneo-utils:list-unused-options: To list unused attribute options for given family and attribute codecandm:akeneo-utils:clear-models-without-children: To clear empty sub models and modelscandm:akeneo-utils:delete-attribute: To delete an attribute and purge its values from products without updating the products modification date.
统计信息
- 总下载量: 1.02k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-05-25