albertborsos / yii2-tagger
Tag Everything with a simple field
Package info
github.com/albertborsos/yii2-tagger
Type:yii2-extension
pkg:composer/albertborsos/yii2-tagger
1.3.0
2023-04-13 11:03 UTC
Requires
README
Tag Everything with a simple field
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist albertborsos/yii2-tagger "*"
or add
"albertborsos/yii2-tagger": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \albertborsos\yii2tagger\AutoloadExample::widget(); ?>```