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

Installs: 535

Dependents: 1

Suggesters: 1

Security: 0

Stars: 0

Watchers: 0

Forks: 1

Open Issues: 0

Type:yii2-extension

2.0.4 2017-10-18 05:26 UTC

This package is auto-updated.

Last update: 2019-02-20 19:39:45 UTC


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.