PHP code example of boxleaf / module-bannerslider

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

    

boxleaf / module-bannerslider example snippets

bash
php bin/magento module:enable BoxLeafDigital_BannerSlider
php bin/magento setup:upgrade
php bin/magento setup:di:compile #yes do this we use extension attributes so you can see the original price and the custom price.
php bin/magento setup:static-content:deploy en_GB en_US -f 
php bin/magento cache:flush