PHP code example of element119 / module-indexer-deploy-config

1. Go to this page and download the library: Download element119/module-indexer-deploy-config 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/ */

    

element119 / module-indexer-deploy-config example snippets


'indexers' => [
    'realtime' => [
        'catalogrule_rule',
        'design_config_grid',
    ],
    'schedule' => [
        'catalog_category_product',
        'catalog_product_category',
        'catalog_product_attribute',
        'catalog_product_price',
    ],
],
bash
composer update element119/module-indexer-deploy-config
php bin/magento setup:upgrade
bash
composer remove element119/module-indexer-deploy-config
php bin/magento setup:upgrade