PHP code example of hk2 / addbootstrap5

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

    

hk2 / addbootstrap5 example snippets


php bin/magento module:enable HK2_AddBootstrap5

php bin/magento setup:upgrade

php bin/magento setup:static-content:deploy

php bin/magento cache:flush

php bin/magento module:disable HK2_AddBootstrap5

php bin/magentosetup:upgrade

php bin/magento setup:static-content:deploy

php bin/magento cache:flush

composer magento setup:upgrade
php bin/magento setup:static-content:deploy

php bin/magento maintenance:enable

php bin/magento maintenance:disable