PHP code example of wartw / magentoopay

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

    

wartw / magentoopay example snippets


composer nto setup:upgrade
rm -rf pub/static/* && php -dmemory_limit=1G bin/magento setup:static-content:deploy en_US zh_Hant_TW zh_Hans_CN -f
rm -rf var/di var/generation generated/code && php -dmemory_limit=1G bin/magento setup:di:compile