yangshihe/yii2-fontawesome

The fontawesome extension for the Yii framework

4.7.0 2017-09-25 07:34 UTC

This package is not auto-updated.

Last update: 2024-04-22 11:59:37 UTC


README

see http://fontawesome.io/

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

自己使用