yuncms / yuncms-tag
The tag module for the yuncms
Installs: 1 893
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
Requires (Dev)
- codeception/base: ^2.2.3
- codeception/verify: ^0.4.0
This package is auto-updated.
Last update: 2022-07-09 17:19:46 UTC
README
Installation
The preferred way to install this extension is through composer.
Either run
$ composer require yuncms/yuncms-tag
or add
"yuncms/yuncms-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.