bahirul / yii2-assets-fontawesome
Fontawesome Asset For Yii2
Installs: 106
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:yii2-assets
Requires
- bower-asset/fontawesome: *
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2021-01-19 04:01:11 UTC
README
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.