sinergycode/

yii2-blog

为Yii2的博客模块

安装: 8

依赖项: 0

建议者: 0

安全性: 0

星星: 0

关注者: 0

分支: 0

开放性问题: 0

类型:yii2-extension

dev-DesireBranch 2018-02-20 09:25 UTC

This package is not auto-updated.

Last update: 2024-09-29 05:37:38 UTC


README

为Yii2的博客模块

安装

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

运行以下命令之一

php composer.phar require --prefer-dist sinergycode/yii2-blog "*"

或将以下内容添加到您的 composer.json 文件的 require 部分中。

"sinergycode/yii2-blog": "*"

使用

一旦安装了扩展,只需在您的代码中通过

<?= \sinergycode\blog\AutoloadExample::widget(); ?>```# yii2-blog