yuncms / yii2-tag
The tag extension for the yii framework
Installs: 535
Dependents: 1
Suggesters: 1
Security: 0
Stars: 0
Watchers: 0
Forks: 1
Open Issues: 0
Type:yii2-extension
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.