wokster / yii2-tags-module
Yii2 module to add tags as behavior
Installs: 133
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- kartik-v/yii2-widget-select2: *
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2025-03-01 00:16:55 UTC
README
used for educational purposes on my youtube channel:Yii2 for Blondes and Dummies: lessons, notes, guides используется в образовательных целях на моем канале в youtube: Yii2 для Блондинок и Чайников: уроки, заметки, гайды
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist wokster/yii2-tags-module "*"
or add
"wokster/yii2-tags-module": "*"
to the require section of your composer.json
file.
Usage
coming soon