hzhihua/yii2-articles

yii2-articles 模块 yii2 文章

安装: 22

依赖: 0

建议者: 0

安全: 0

星标: 0

关注者: 3

分支: 1

公开问题: 0

类型:模块

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

This package is not auto-updated.

Last update: 2024-09-26 16:00:27 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

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

详细配置

@see Module.php