andrewdanilov/yii2-fontawesome

Fontawesome Asset Bundle

Installs: 1 198

Dependents: 2

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Type:yii2-extension

1.0.0 2021-05-11 16:30 UTC

This package is auto-updated.

Last update: 2024-04-11 22:50:11 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);