magegang / module-clearconfigcache
0.0.1
2023-11-06 09:00 UTC
Requires
- php: >=8.0
README
此模块将在数据库中保存新配置后自动清除管理员系统配置缓存。
设置
# Create the vendor name directory and clone the module
cd app/code && mkdir Magegang && cd $_
git clone https://github.com/magegang/m2-clearconfigcache ClearConfigCache
# Launch standard Magento commands
bin/magento se:up
bin/magento mo:en Magegang_ClearConfigCache
bin/magento ca:cl
# or install the composer package
composer require magegang/module-clearconfigcache
要求
- Magento 2
- PHP >= 8
维护者
支持
如果您在使用此模块时遇到任何问题,请在此处提交问题。