krishtechnolabs/akeneo-trash-bundle
Composer 安装命令:
composer require krishtechnolabs/akeneo-trash-bundle
包简介
Akeneo Trash Management is a module that allows you to restore your deleted products, categories, families, and family variants from the Akeneo PIM setup.
关键字:
README 文档
README
Akeneo Trash Management is a module that allows you to restore your deleted products, categories, families, and family variants from the Akeneo PIM setup.
If you or any of your catalog team members have accidentally deleted the product from the Akeneo PIM setup, you will require some option that restores the specific product and bring it back to the Akeneo PIM setup and that's where this extension helps.
There is a separate grid is maintaining called "Trash Management" which stores and showcase all the deleted products, categories, families, and family variants in the grid along with two options - Restore and Permanently Delete
-
If you want your product back so just click on the restore button from this grid, it will restore the products from this trash management grid to the Akeneo product management grid.
-
If you don't want to continue with a specific product and want that product gets deleted permanently just click on the delete forever button. This will delete the product from the Akeneo set up permanently.
Installation instructions
- First, install the package with the following command.
composer require krishtechnolabs/akeneo-trash-bundle
- Register the module in the config/bundles.php
KTPL\AkeneoTrashBundle\AkeneoTrashBundle::class => ['all' => true],
- Now that you have activated and configured the bundle, now all you need to do is import the AkeneoTrashBundle routing files.
# config/routes/ktpl_akeneo_trash.yml ktpl_akeneo_trash: resource: "@AkeneoTrashBundle/Resources/config/routing.yml" prefix: /
- Now, run the below command from the terminal from the installation directory.
php bin/console cache:clear && php bin/console ktpl:install:akeneotrash
How to use it
-
To see how Akeneo PIM trash management works, the first step you will require to do is remove/delete any product from the Akeneo PIM products grid
-
Once you click on the Krish Trash menu, the "Trash Management" product grid will be displayed. This grid will display all the deleted products which you have deleted from the Akeneo main products grid.

-
In the trash management grid you can perform the following two actions :
- Restore the deleted products from the trash management grid to the Akeneo Main product management grid
- Delete/Remove the products permanently from the Akeneo PIM setup
You can also use bulk actions to perform bulk delete and bulk restore. With the help of the bulk actions, you can delete or restore multiple products at once (the daemon consumer must be in the running state in the background to see the changes).
krishtechnolabs/akeneo-trash-bundle 适用场景与选型建议
krishtechnolabs/akeneo-trash-bundle 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 30 次下载、GitHub Stars 达 1, 最近一次更新时间为 2021 年 09 月 03 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「management」 「trash」 「akeneo」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 krishtechnolabs/akeneo-trash-bundle 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 krishtechnolabs/akeneo-trash-bundle 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 krishtechnolabs/akeneo-trash-bundle 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Akeneo Measure Bundle
AR models behavior that allows to mark models as deleted and then restore them.
A Silverstripe module to allow you to log into any of your Silverstripe sites from one place.
Task system for APPUI
Extension to connect TESSA to Akeneo
Show attribute codes in product edit form
统计信息
- 总下载量: 30
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 14
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: OSL-3.0
- 更新时间: 2021-09-03
