antonovgit/yii2-blog

yii2的博客模块

安装次数: 9

依赖关系: 0

建议者: 0

安全性: 0

星标: 0

关注者: 0

分支: 0

开放问题: 0

类型:yii2-extension

dev-master 2019-03-25 22:33 UTC

This package is not auto-updated.

Last update: 2024-10-02 21:28:53 UTC


README

yii2的博客模块

安装

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

运行以下命令之一:

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

或者在您的composer.json文件的require部分添加以下内容:

"antonovgit/yii2-blog": "*"

使用方法

安装扩展后,只需在代码中使用即可。

<?= \antonovgit\blog\AutoloadExample::widget(); ?>```