A utility module that extends Magento 2 config module and adds more features to it.
A utility module that extends Magento 2 core config module and adds more features to it., (*1)
Advanced Config utility module extends Magento 2 core config module by adding the ability to read from file based config. The module also provides functions to read from DB based config and to write in it, too., (*2)
Below, you can find two ways to install the advanced config module., (*3)
First, make sure that Composer is installed: https://getcomposer.org/doc/00-intro.md, (*4)
Make sure that Packagist repository is not disabled., (*5)
Run Composer require to install the module:, (*6)
php <your Composer install dir>/composer.phar require shopgo/advanced-config:*
Clone the advanced-config repository using either the HTTPS or SSH protocols., (*7)
Create a directory for the advanced config module and copy the cloned repository contents to it:, (*8)
mkdir -p <your Magento install dir>/app/code/ShopGo/AdvancedConfig cp -R <advanced-config clone dir>/* <your Magento install dir>/app/code/ShopGo/AdvancedConfig
If you added the module to an existing Magento installation, run the following command:, (*9)
php <your Magento install dir>/bin/magento setup:upgrade
Enter the following command:, (*10)
php <your Magento install dir>/bin/magento module:status
The following confirms you installed the module correctly, and that it's enabled:, (*11)
example List of enabled modules: ... ShopGo_AdvancedConfig ...
TODO, (*12)
Ammar (ammar@shopgo.me), (*13)
Open Source License, (*14)