xutl / yii2-fontawesome-asset
This package is abandoned and no longer maintained.
The author suggests using the yiilab/yii2-fontawesome-asset package instead.
The fontawesome extension for the Yii framework
Package info
github.com/xutl/yii2-fontawesome-asset
Type:yii2-extension
pkg:composer/xutl/yii2-fontawesome-asset
2.0.3
2017-05-24 08:43 UTC
Requires
- php: >=5.4.0
- bower-asset/font-awesome: ~4.0
- yiisoft/yii2: *
README
安装
The preferred way to install this extension is through composer.
Either run
composer require --prefer-dist xutl/yii2-fontawesome-asset
or add
"xutl/yii2-fontawesome-asset": "~2.0.0"
to the require section of your composer.json.
\xutl\fontawesome\Asset::register($this);
Use CDN
'components' => [ 'assetManager' => [ 'bundles' => [ 'xutl\fontawesome\Asset' => [ 'sourcePath' => null, // do not publish the bundle 'css' => [ '//cdn.bootcss.com/font-awesome/4.7.0/css/font-awesome.min.css', ] ] ] ], ],