hzhihua/yii2-articles

yii2-articles module yii2 articles

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

This package is not auto-updated.

Last update: 2024-04-11 14:03:40 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