woksteryii2-blog

yii2的博客模块

安装: 40

依赖者: 0

建议者: 0

安全: 0

星星: 6

关注者: 3

分支: 0

开放问题: 0

类型:yii2-extension

14.1 2017-05-13 12:29 UTC

This package is auto-updated.

Last update: 2024-08-29 05:11:49 UTC


README

yii2的博客模块

请勿使用,仍在开发中 请不要使用,还在开发阶段

用于我的YouTube频道的教育目的:Yii2 for Blondes and Dummies: lessons, notes, guides 用于我的YouTube频道的教育目的:Yii2 для Блондинок и Чайников: уроки, заметки, гайды

安装

通过composer安装此扩展是首选方式。

运行

composer require wokster/yii2-blog "*"

或添加

"wokster/yii2-blog": "*"

到你的composer.json文件的require部分。

使用

扩展安装完成后,只需在config中添加:'modules' => [ .... 'blog' => [ 'class' => 'wokster\blog\Blog', ], .... ],