andrewdanilov / yii2-fontawesome
Fontawesome Asset Bundle
Installs: 1 320
Dependents: 2
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- php: >=5.6.0
- yiisoft/yii2: ^2.0.0
This package is auto-updated.
Last update: 2025-03-12 00:43:54 UTC
README
Installation
The preferred way to install this extension is through composer.
Either run
composer require andrewdanilov/yii2-fontawesome "~1.0.0"
or add
"andrewdanilov/yii2-fontawesome": "~1.0.0"
to the require
section of your composer.json
file.
Usage
In View:
<?php \andrewdanilov\fontawesome\AssetBundle::register($this);