danielriezebos / configurationhistory
Trust but verify - See Who changed What, When & How in the Magento 2 configuration.
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- magento/product-community-edition: ^2
README
"Trust, but verify"
Magento 2 module for recording changes in the Magento 2 Configuration. This gives you insight in Who changed What, When & How.
Installation
composer require danielriezebos/configurationhistory bin/magento setup:upgrade
Quick-warning: This module is still early in development. Things might be subject to change. Use/change at your own leisure.
How to use
When the module is installed changes in the Magento 2 configuration will be recorded to the table core_config_history
.
These recordings will be shown in the Configuration History page found at Stores > Settings > History
.
The usual filtering and pagination are available in the necessary listing.
There are plans to improve this listing by separating the Message column into several columns, allowing for more precise filtering. I'll build that when I get around to it. ;)
Support
Feel free to fork this project, create a pull-request or send in issues! Consider that this project is built in spare-time and might not receive to many updates.