albertborsos / yii2-tagger
Tag Everything with a simple field
Installs: 31
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 1
Open Issues: 0
Type:yii2-extension
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(); ?>```