yiirocks / yii-bootstrap-icons
Yii3 Asset Bundle for the Bootstrap Icons
Installs: 223
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 2
Type:yii3-extension
Requires
- php: >=7.4.0
- npm-asset/bootstrap-icons: ^1.2
- yiisoft/assets: ^2.0
- yiisoft/files: ^1.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.0
- phpunit/phpunit: ^9.0
- vimeo/psalm: ^4.3
- yiisoft/composer-config-plugin: ^1.0
- yiisoft/di: ^3.0
- yiisoft/factory: ^3.0
This package is auto-updated.
Last update: 2024-11-14 01:20:08 UTC
README
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