mylistryx / yii2-unicons-icons
Yii2 Unicons icons asset bundle
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:yii2-extension
pkg:composer/mylistryx/yii2-unicons-icons
Requires
- php: >=8.0
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2026-01-19 07:51:26 UTC
README
Installation
The preferred way to install this extension is through composer
Either run:
composer require mylistryx/yii2-unicons-icons or add "mylistryx/yii2-unicons-icons": "*" into your composer.json file.
Then register assets in your view file:
UniconsIconsAsset::register($this).
and use:
<?= UIL::i('analysis') ?>
See source files for more.