yuncms/yii2-article

This package is abandoned and no longer maintained. The author suggests using the yuncms/yuncms-article package instead.

The article module for the yuncms.

Installs: 222

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 1

Open Issues: 0

Type:yii2-extension

2.0.6.1 2017-10-17 06:14 UTC

README

适用于Yii2的article

Latest Stable Version Total Downloads Reference Status Build Status Dependency Status License

Installation

The preferred way to install this extension is through composer.

Either run

$ composer require yuncms/yii2-article

or add

"yuncms/yii2-article": "~2.0.0"

to the require section of your composer.json file.

使用

前台模块

yuncms\article\frontend\Module

后台模块

yuncms\article\backend\Module

###Url规则

    'articles/<page:\d+>' => 'article/article/index',
    'articles' => 'article/article/index',
    'article/create' => 'article/article/create',
    'article/tag' => 'article/article/tag',
    'article/<key:[\w+]+>' => 'article/article/view',

License

This is released under the MIT License. See the bundled LICENSE.md for details.