https://github.com/dmstr/yii2-emojifyjs-asset
Emojify.js asset bundle for Yii 2.0 Framework
https://github.com/dmstr/yii2-emojifyjs-asset
Last synced: 7 months ago
JSON representation
Emojify.js asset bundle for Yii 2.0 Framework
- Host: GitHub
- URL: https://github.com/dmstr/yii2-emojifyjs-asset
- Owner: dmstr
- Created: 2016-09-21T21:22:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-20T12:58:19.000Z (about 9 years ago)
- Last Synced: 2024-08-08T16:55:17.944Z (almost 2 years ago)
- Language: CSS
- Size: 9.41 MB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Emojify.js asset bundle for Yii 2.0 Framework
=============================================
Extension/Package
Installation
------------
The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
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 :
```php
= \dmstr\web\AutoloadExample::widget(); ?>```