PHP code example of swarming / magento2-buzzi-publish-customer-logout

1. Go to this page and download the library: Download swarming/magento2-buzzi-publish-customer-logout 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/ */

    

swarming / magento2-buzzi-publish-customer-logout example snippets

bash
 composer nto module:enable Buzzi_Base
 php bin/magento module:enable Buzzi_Publish
 php bin/magento module:enable Buzzi_PublishCustomerLogout
 php bin/magento setup:upgrade