webvimark/yii2-fontawesome Yii2 font awesome asset

extensionfontawesome

Yii2 FontAwesome simple asset

Installation

The preferred way to install this extension is through composer.

Either run

composer require webvimark/yii2-fontawesome "*"

or add

"webvimark/yii2-fontawesome": "^1"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

webvimark\fontawesome\FontAwesomeAsset::register($this)

OR

class AppAsset extends AssetBundle
{
    public $depends = [
        ...
        'webvimark\fontawesome\FontAwesomeAsset',
    ];
}

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

Comments



1.0.0 is the latest of one release



MIT license
Stats
0 github stars & 0 github forks
0 downloads in the last day
0 downloads in the last 30 days
6 total downloads