hzhihua/yii2-articles

yii2-articles module yii2 articles

Maintainers

Package info

github.com/Hzhihua/yii2-articles

Type:module

pkg:composer/hzhihua/yii2-articles

Statistics

Installs: 22

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v0.0.1 2018-02-26 13:43 UTC

This package is not auto-updated.

Last update: 2026-03-12 22:56:01 UTC


README

安装

php composer.phar require hzhihua/yii2-articles
php composer.phar migrate --migrationPath=@vendor/hzhihua/yii2-articles/migration

简单使用

'articles' => [
    'class' => 'hzhihua\articles\Module',
 ],

访问

www.yourweb.com/artilces/article/index
or
www.yourweb.com?r=artilces/article/index

详细配置

@see Module.php