yiirocks/yii-bootstrap-icons Yii3 Asset Bundle for the Bootstrap Icons

Bootstrap Icons Assets ¶

  1. Installation
  2. Usage
  3. Unit testing

Yii3 Asset bundle for the Bootstrap Icons

Packagist Version PHP from Packagist Packagist GitHub GitHub Workflow Status

Stats for Nerds

Coverage MSI Tests Assertions

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 Psalm, PHPUnit and Infection. To run tests:

composer psalm
composer phpunit
composer infection
0 0
1 follower
485 downloads
Yii Version: Unknown
License: MIT
Category: Web Service
Developed by: Иван Иван
Created on: Dec 24, 2020
Last updated: (not set)
Packagist Profile
Github Repository

Related Extensions