asmoday74 / yii2-fontawesome6
Font Font Awesome 6 for Yii2
Installs: 56
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:CSS
Type:yii2-extension
Requires
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2025-03-15 05:38:01 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); ?>