asmoday74 / yii2-fontawesome6
Font Font Awesome 6 for Yii2
Package info
github.com/asmoday74/yii2-fontawesome6
Language:CSS
Type:yii2-extension
pkg:composer/asmoday74/yii2-fontawesome6
1.0
2023-11-15 02:49 UTC
Requires
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2026-03-15 07:48:50 UTC
README
Font Font Awesome 6 for Yii2
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist asmoday74/yii2-fontawesome6 "*"
or add
"asmoday74/yii2-fontawesome6": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
... use asmoday74\fontawesome6\FontAwesomeAsset; ... <?= FontAwesomeAsset::register($this); ?>