Yii3 Asset bundle for the Bootstrap Icons
The package could be installed via composer:
composer require yiirocks/yii-bootstrap-icons
use YiiRocks\Yii\Bootstrap\Icons\Assets\BootstrapIconsAsset;
$assetManager->register([
BootstrapIconsAsset::class,
]);
The package is tested with PHPUnit. To run tests:
./vendor/bin/phpunit