yii-bootstrap-icons

Yii3 Asset Bundle for the Bootstrap Icons

MIT License

Downloads
197
Stars
0
Committers
3

Bootstrap Icons Assets

Yii3 Asset bundle for the Bootstrap Icons

Installation

The package could be installed via composer:

composer require yiirocks/yii-bootstrap-icons

Usage

use YiiRocks\Yii\Bootstrap\Icons\Assets\BootstrapIconsAsset;

$assetManager->register([
    BootstrapIconsAsset::class,
]);

Unit testing

The package is tested with PHPUnit. To run tests:

./vendor/bin/phpunit