Skip to content

webvimark/yii2-fontawesome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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',
    ];
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages