How to Programmatically Set Magento 2 Core Config Data

in magento •  2 years ago 

At any point needed to programmatically set Magento 2 core config data? That as well as a while later, recover that new worth?

How-to-Programmatically-Set-Magento-2-Core-Config-Data-Social-SHare.png

I needed to! Also, today, I'll share the strategy to set center config information automatically in Magento 2.

I have additionally added how I dealt with the empowered reserve.

The accompanying connection point can be utilized to accomplish that

/seller/magento/structure/Application/Config/Stockpiling/WriterInterface.php

utilizing the accompanying recovery strategy

public capability save($path, $value, $scope = ScopeConfigInterface::SCOPE_TYPE_DEFAULT, $scopeId = 0);

Furthermore, to erase a center config information esteem you can utilize the erase strategy

public capability delete($path, $scope = ScopeConfigInterface::SCOPE_TYPE_DEFAULT, $scopeId = 0);

For more info, visit https://meetanshi.com/blog/programmatically-set-magento-2-core-config-data/

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!