dmstr/yii2-emojifyjs-asset

Extension/Package

Installs: 40 647

Dependents: 1

Suggesters: 0

Security: 0

Stars: 1

Watchers: 5

Forks: 0

Open Issues: 0

Language:CSS

Type:yii2-extension

0.2.1 2017-04-20 12:57 UTC

This package is auto-updated.

Last update: 2024-04-13 00:43:49 UTC


README

Extension/Package

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist dmstr/yii2-emojifyjs-asset "*"

or add

"dmstr/yii2-emojifyjs-asset": "*"

to the require section of your composer.json file.

Usage

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

<?= \dmstr\web\AutoloadExample::widget(); ?>```