asmoday74/yii2-fontawesome6

Font Font Awesome 6 for Yii2

Installs: 28

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:CSS

Type:yii2-extension

1.0 2023-11-15 02:49 UTC

This package is auto-updated.

Last update: 2024-06-15 04:12:39 UTC


README

Yii2 Font Awesome 6

Font Font Awesome 6 for Yii2

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist asmoday74/yii2-fontawesome6 "*"

or add

"asmoday74/yii2-fontawesome6": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

...

use asmoday74\fontawesome6\FontAwesomeAsset;

...

<?= FontAwesomeAsset::register($this); ?>