项目作者: adamkarnowka

项目描述 :
Refresh invalidated cache types from admin notification directly.
高级语言: PHP
项目地址: git://github.com/adamkarnowka/magento2-admin-cache-message.git


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:

demo

Installation

Execute these commands in order to install this extension:

composer require brightlights/admincachemessage

bin/magento module:enable BrightLights_AdminCacheMessage

bin/magento setup:upgrade