PHP code example of echopay / module-payment

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

    

echopay / module-payment example snippets

bash
composer nto setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento cache:flush
bash
php bin/magento module:enable Echopay_Payment
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
bash
php bin/magento module:disable Echopay_Payment
php bin/magento setup:upgrade
bash
composer remove echopay/module-payment
php bin/magento setup:upgrade
bash
rm -rf app/code/Echopay/Payment
php bin/magento setup:upgrade
php bin/magento cache:flush
bash
php bin/magento setup:upgrade --keep-generated
php bin/magento cache:clean
bash
   docker exec magento2-web php bin/magento module:enable Echopay_Payment
   docker exec magento2-web php bin/magento setup:upgrade