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
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.