dmstr / yii2-emojifyjs-asset
Extension/Package
Installs: 44 011
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 5
Forks: 0
Open Issues: 0
Language:CSS
Type:yii2-extension
Requires
- yiisoft/yii2: 2.0.*
This package is auto-updated.
Last update: 2024-10-13 01:42:33 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(); ?>```