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