PHP code example of impact_tech / module-magento-integration

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

    

impact_tech / module-magento-integration example snippets


composer agento module:enable Impact_Integration
php bin/magento setup:upgrade

composer update impact_tech/module-magento-integration
php bin/magento module:enable Impact_Integration
php bin/magento setup:upgrade

php bin/magento setup:static-content:deploy

php bin/magento cache:flush
php bin/magento cache:clean

php bin/magento module:enable Impact_Integration
php bin/magento setup:upgrade
php bin/magento setup:di:compile

php bin/magento setup:static-content:deploy
 
php bin/magento cache:flush
php bin/magento cache:clean

php bin/magento module:uninstall Impact_Integration

php bin/magento setup:upgrade
php bin/magento setup:di:compile

php bin/magento setup:static-content:deploy

php bin/magento cache:flush
php bin/magento cache:clean