imxiangli/yii2-font-awesome

yii2-font-awesome

1.0 2016-09-13 04:38 UTC

This package is not auto-updated.

Last update: 2024-04-27 17:14:59 UTC


README

yii2-font-awesome

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist imxiangli/yii2-font-awesome "*"

or add

"imxiangli/yii2-font-awesome": "*"

to the require section of your composer.json file.

Usage

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

<?= \imxiangli\fontawesome\AutoloadExample::widget(); ?>```