https://github.com/librecmscom/yii2-article
仿sf的专栏
https://github.com/librecmscom/yii2-article
article yii2
Last synced: 5 months ago
JSON representation
仿sf的专栏
- Host: GitHub
- URL: https://github.com/librecmscom/yii2-article
- Owner: librecmscom
- License: mit
- Created: 2017-01-19T08:28:27.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-02T10:44:52.000Z (over 8 years ago)
- Last Synced: 2025-01-21T02:43:04.881Z (about 1 year ago)
- Topics: article, yii2
- Language: PHP
- Homepage:
- Size: 135 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# yii2-article
适用于Yii2的article
[](https://packagist.org/packages/yuncms/yii2-article)
[](https://packagist.org/packages/yuncms/yii2-article)
[](https://www.versioneye.com/php/yuncms:yii2-article/references)
[](http://travis-ci.org/yuncms/yii2-article)
[](https://www.versioneye.com/php/yuncms:yii2-article/dev-master)
[](https://packagist.org/packages/yuncms/yii2-article)
## Installation
The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
Either run
```bash
$ 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/' => 'article/article/index',
'articles' => 'article/article/index',
'article/create' => 'article/article/create',
'article/tag' => 'article/article/tag',
'article/' => 'article/article/view',
````
## License
This is released under the MIT License. See the bundled [LICENSE.md](LICENSE.md)
for details.