Skip to content

kl83/yii2-fontawesome-asset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yii2 FontAwesome asset

Latest Stable Version Total Downloads License

Font Awesome gives you scalable vector icons that can instantly be customized — size, color, drop shadow, and anything that can be done with the power of CSS.

Project home page http://fontawesome.io/.

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require kl83/yii2-fontawesome-asset ~1.0.0

or add

"kl83/yii2-fontawesome-asset": "~1.0.0"

to the require section of your composer.json file.

Usage

Adding an asset as a dependence on another asset.

class SomeAsset extends \yii\web\AssetBundle
{
...
  public $depends = [
    'kl83\assets\FontawesomeAsset',
  ];
...
}

Adding an asset within a view.

kl83\assets\FontawesomeAsset::register($this);

License

MIT License

About

Yii2 FontAwesome asset

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages