magegang / module-clearconfigcache
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: >=8.0
README
This module will automatically clear the admin system configuration cache after saving a new one in database.
Setup
# 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
Requirements
- Magento 2
- PHP >= 8
Maintainers
Support
If you have any problems using this module, please open an issue here.