brightlights / admincachemessage
Admin cache refresh helper message
Installs: 2 461
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 1
Type:magento2-module
Requires
- php: ~5.5.0|~5.6.0|~7.0.0|~7.1.0|~7.2.0|~7.3.0|~7.4.0|~8.0.0|~8.1.0
- magento/framework: >=100.0.0
This package is not auto-updated.
Last update: 2025-03-25 21:34:38 UTC
README
Description
Whenever you change some config value in admin panel, you get notification about invalidated cache types, so you need to open Cache management page, check invalidated cache types and click on submit button.
This extension adds direct link to perform this action within notification bar. See it in action below:
Installation
Execute these commands in order to install this extension:
composer require brightlights/admincachemessage
bin/magento module:enable BrightLights_AdminCacheMessage
bin/magento setup:upgrade