承接 w3cert/magento2-cachecleaner 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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)

  1. Navigate to your Magento root folder:
cd path_to_the_magento_root_directory
  1. Install the module via Composer:
composer require w3cert/magento2-cachecleaner
  1. 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

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: OSL-3.0
  • 更新时间: 2023-09-21