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

4.8.0 2026-01-19 06:54 UTC

This package is auto-updated.

Last update: 2026-01-19 07:52:44 UTC


README

Installation

Changelog

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.