2017 © Pedro Peláez
 

library yii2-fontawesome-asset

Yii2 FontAwesome asset

image

kl83/yii2-fontawesome-asset

Yii2 FontAwesome asset

  • Thursday, November 23, 2017
  • by kl83
  • Repository
  • 1 Watchers
  • 0 Stars
  • 47 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 15 % Grown

The README.md

Yii2 FontAwesome asset

Latest Stable Version Total Downloads License, (*1)

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., (*2)

Project home page http://fontawesome.io/., (*3)

Installation

The preferred way to install this extension is through composer., (*4)

Either run, (*5)

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

or add, (*6)

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

to the require section of your composer.json file., (*7)

Usage

Adding an asset as a dependence on another asset.

~~~ php class SomeAsset extends \yii\web\AssetBundle { ... public $depends = [ 'kl83\assets\FontawesomeAsset', ]; ... }, (*8)


### Adding an asset within a view. ~~~ php kl83\assets\FontawesomeAsset::register($this);

License

MIT License, (*9)

The Versions

23/11 2017

dev-master

9999999-dev

Yii2 FontAwesome asset

  Sources   Download

MIT

The Requires

 

by Aleksandr Solovyov

23/11 2017

v1.0.0

1.0.0.0

Yii2 FontAwesome asset

  Sources   Download

MIT

The Requires

 

by Aleksandr Solovyov

18/06 2017

v0.0.2

0.0.2.0

  Sources   Download

MIT

The Requires

 

by Aleksandr Solovyov

18/06 2017

v0.0.1

0.0.1.0

  Sources   Download

MIT

The Requires

 

by Aleksandr Solovyov