yuncms / yii2-tag
This package is abandoned and no longer maintained.
The author suggests using the yuncms/yuncms-tag package instead.
The tag extension for the yii framework
2.0.4
2017-10-18 05:26 UTC
Requires
- creocoder/yii2-taggable: ~2.0
- xutl/yii2-bootstrap-tagsinput-asset: ~1.0.0
- yiisoft/yii2: ~2.0.6
- yuncms/yii2-system: ~2.0
README
Installation
The preferred way to install this extension is through composer.
Either run
$ composer require yuncms/yii2-tag
or add
"yuncms/yii2-tag": "~2.0.0"
to the require section of your composer.json file.
Url Rule
'topics' => 'tag/tag/index',
'topics/<name:(.*)>' => 'tag/tag/view',
License
this is released under the MIT License. See the bundled LICENSE.md for details.