PHP code example of mastersoft / address-widget

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

    

mastersoft / address-widget example snippets

bash
/var/www/html# cp composer.json composer.json.old
composer /magento setup:upgrade
bash
/var/www/html# cp composer.json composer.json.old
php bin/magento module:enable Mastersoft_AddressWidget
php bin/magento setup:upgrade

php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy en_AU en_US
javascript
   // Disable module
   php bin/magento module:disable Mastersoft_AddressWidget --clear-static-content
   
   // Enable module
   php bin/magento module:enable Mastersoft_AddressWidget
   
   php bin/magento setup:upgrade
   php bin/magento module:status
   
bash
php bin/magento module:disable Mastersoft_AddressWidget --clear-static-content
php bin/magento module:uninstall Mastersoft_AddressWidget -r -c
php bin/magento setup:upgrade
composer remove mastersoft/address-widget

php bin/magento setup:upgrade
php bin/magento cache:flush