PHP code example of ctidigital / magento-configurator
1. Go to this page and download the library: Download ctidigital/magento-configurator library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
ctidigital / magento-configurator example snippets
sh
$ cd <your magento install>/shell
$ php configurator.php
sh
$ php configurator.php --list-components
sh
$ php configurator.php --run-components "media,pages,staticBlocks"
...
<global>
<configurator_processors>
<components>
<website>cti_configurator/components_website</website>
<config>cti_configurator/components_config</config>
</components>
</configurator_processors>
</global>
...