w3cert/magento2-cachecleaner
Composer 安装命令:
composer require w3cert/magento2-cachecleaner
包简介
A Magento 2 module to clear both Magento and Varnish caches
README 文档
README
This Magento 2 module provides an easy way to clear both Magento and Varnish caches directly from the admin panel.
Features
- Clears Magento frontend and backend cache.
- Purges Varnish cache.
- Integrated directly into the Cache Management section for easy access.
Installation
Using Composer (Recommended)
- Navigate to your Magento root folder:
cd path_to_the_magento_root_directory
- Install the module via Composer:
composer require w3cert/magento2-cachecleaner
- Enable the module:
php bin/magento module:enable W3cert_CacheCleaner php bin/magento setup:upgrade php bin/magento cache:flush
Manual Installation
Download from github and place the folder inside app/code/W3cert/CacheCleaner.
Navigate to your Magento root folder:
cd path_to_the_magento_root_directory
Enable the module:
php bin/magento module:enable W3cert_CacheCleaner php bin/magento setup:upgrade php bin/magento cache:flush
Usage
- Go to the Magento 2 Admin Panel.
- Navigate to System > Cache Management.
- Find the "Clear Varnish & Magento Cache" option and click it.
- Your Magento and Varnish caches will be cleared.
Support
If you encounter any problems or bugs, please create an issue on GitHub. Contribution
Feel free to fork and submit a pull request if you wish to contribute to the module's development.
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: OSL-3.0
- 更新时间: 2023-09-21