cinghie/yii2-fontawesome Asset Bundle to include Font Awesome on your Yii 2 project

fontawesomeyii2fontawesomeyii2font

Yii2 Font Awesome

License Latest Stable Version Latest Release Date Latest Commit Total Downloads

Asset Bundle to include Font Awesome on your Yii 2 project: https://github.com/FortAwesome/Font-Awesome

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require cinghie/yii2-fontawesome "^1.4.4"

or add this line to the require section of your composer.json file.

"cinghie/yii2-fontawesome": "^1.4.4"

Configuration

Add in the view for normal CSS and JS

use cinghie\fontawesome\FontAwesomeAsset;

FontAwesomeAsset::register($this);

Add in the view for minify CSS and JS

use cinghie\fontawesome\FontAwesomeMinifyAsset;

FontAwesomeMinifyAsset::register($this);

Versioning

  • Fontawesome 5: from version Release 1.4.3
  • Fontawesome 4: last version Release 1.3.4

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

Comments



1.4.4 is the latest of 16 releases



BSD-3-Clause license
Stats
6 github stars & 2 github forks
0 downloads in the last day
3 downloads in the last 30 days
5264 total downloads