rsmike / yii2-fa
Font Awesome asset and helper library for Yii2
Installs: 178
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- rsmike/fa: ~1.0
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2025-03-18 23:18:09 UTC
README
Font awesome asset for Yii2
- Does not publish redundant directories to assets
- Publishes minified CSS if not
YII_DEBUG
- Uses native FortAwesome composer package instead of npm
Font awesome helper
See https://github.com/rsmike/fa
Installation
Either run
$ composer require rsmike/yii2-fa:~1.0
or add
"rsmike/yii2-fa": "~1.0"
to the require
section of your composer.json
file.