PHP code example of yii2-extensions / asset-bootstrap5

1. Go to this page and download the library: Download yii2-extensions/asset-bootstrap5 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/ */

    

yii2-extensions / asset-bootstrap5 example snippets




declare(strict_types=1);

use Yii2\Asset\BootstrapAsset;

BootstrapAsset::register($this);



declare(strict_types=1);

use Yii2\Asset\BootstrapPluginAsset;

BootstrapPluginAsset::register($this);



declare(strict_types=1);

use Yii2\Asset\BootstrapCdnAsset;

BootstrapCdnAsset::register($this);



declare(strict_types=1);

use Yii2\Asset\BootstrapPluginCdnAsset;

BootstrapPluginCdnAsset::register($this);