iflair / reindexing
对于非技术人士,单次点击刷新索引非常有益。
1.0.0
2018-05-09 14:13 UTC
Requires
- php: ~5.5.0|~5.6.0|~7.0.0
- magento/framework: >=100.0.0
This package is not auto-updated.
Last update: 2024-09-24 17:19:08 UTC
README
对于非技术人士,单次点击刷新索引非常有益。
如果你是非技术人士,厌倦了刷新索引或想在管理员界面任何地方刷新索引?那么IFlair_Reindexing将帮助你在单次点击中刷新Magento的索引。IFlair_Reindexing为非技术人士提供了灵活且简单的方式来刷新他们Magento商店的索引。
简易索引将
- 允许你单次点击刷新索引。
- 避免运行命令来刷新索引。
简易索引扩展
- 基于默认的magento管理界面
- 非技术人士必备的扩展
- 易于安装和使用
- 不影响Magento核心文件
- 100%开源
简易索引是一个真正方便的扩展,可以刷新任何类型的内置索引。通过此插件简化了过程,对非技术人士来说,在单次点击中刷新网站上的索引非常有益。用户只需点击页眉右侧的图标即可,这样就完成了所有索引的刷新。
Composer安装说明
配置composer以搜索新仓库composer config repositories.IFlairTech/EasyReindexing vcs https://github.com/IFlairTech/EasyReindexing然后,按以下方式安装模块
composer require iflair/reindexing然后,启用模块并在Magento中安装
php bin/magento module:enable IFlair_Reindexing php bin/magento setup:upgrade php bin/magento setup:static-content:deploy php bin/magento cache:clean