bahirul/yii2-assets-fontawesome

This package is abandoned and no longer maintained. No replacement package was suggested.

Fontawesome Asset For Yii2

v1.1.0 2017-01-22 07:51 UTC

This package is auto-updated.

Last update: 2021-01-19 04:01:11 UTC


README

Latest Stable Version Latest Unstable Version License Total Downloads Monthly Downloads Daily Downloads

This asset contain Fontawesome for your Yii2 App. Using bower-asset for Fontawesome dependency.

Installation

The preferred way to install this extension is through composer.

To install, either run

$ php composer.phar require bahirul/yii2-assets-fontawesome "*"

or add

"bahirul/yii2-assets-fontawesome": "*"

to the require section of your composer.json file.

Latest Release

NOTE: The latest version of the package is v1.1.0 released on 23, Rabi al-Akhir 1438. Refer the CHANGE.md for details.

Usage

Asset in View

use bahirul\yii2\assets\Fontawesome;

Fontawesome::register($this);

Asset Dependency

....

public $depends = [
    'bahirul\yii2\assets\Fontawesome',
];

....

License

yii2-assets-fontawesome is released under the BSD 3-Clause License. See the bundled LICENSE.md for details.