yiirocks/yii-bootstrap-icons

Yii3 Asset Bundle for the Bootstrap Icons

dev-master / 1.0.x-dev 2022-10-04 06:55 UTC

README

Yii3 Asset bundle for the Bootstrap Icons

Packagist Version PHP from Packagist Packagist GitHub

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

Code Climate maintainability Codacy branch grade Scrutinizer code quality (GitHub/Bitbucket) GitHub Workflow Status