PHP code example of rohitkundale / module-reindex

1. Go to this page and download the library: Download rohitkundale/module-reindex 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/ */

    

rohitkundale / module-reindex example snippets


composer bin/magento module:enable RohitKundale_Reindex
php -f bin/magento setup:upgrade

rm -rf pub/static/*; rm -rf var/view_preprocessed/*;
php -f bin/magento setup:static-content:deploy