mageconfigsync
mageconfigsync copied to clipboard
🔧 A utility to aid the storing of Magento configuration in version control
If you make an entry into the Magento2 core_config_data table for a store ID which is not present in the Magento installation, Magento will throw an Error on each page...
When running `magentoconfigsync load example.yml` on a Magento 2 installation all configuration entries in the `example.yml` will be output, regardless of whether they changed. This needs to be brought in...
It's a stupid idea. Will require a major version bump. https://github.com/punkstar/mageconfigsync/blob/master/src/MageConfigSync/Command/DiffCommand.php#L88
``` Fatal error: Class 'Symfony\Component\Yaml\Parser' not found in phar:///mageconfigsync.phar/src/MageConfigSync/Command/DiffCommand.php on line 48 ```
For some fields, blanking the value is actually resulting as a NULL in the database and not an empty string, but since 0.4.0 NULL is considered as 'inherit from parent...