yangshihe / yii2-fontawesome
The fontawesome extension for the Yii framework
Package info
github.com/yangshihe/yii2-fontawesome
Type:yii2-extension
pkg:composer/yangshihe/yii2-fontawesome
4.7.0
2017-09-25 07:34 UTC
Requires
- php: >=5.4.0
This package is not auto-updated.
Last update: 2026-03-09 21:36:02 UTC
README
Installation
The preferred way to install this extension is through composer.
Either run
composer require yangshihe/yii2-fontawesome
View
yangshihe\fontawesome\FontAwesomeAsset::register($this);
OR
class AppAsset extends AssetBundle { public $depends = [ ... 'yangshihe\fontawesome\FontAwesomeAsset' ]; }
自己使用