ivanleshh/yii2-blog

yii2的博客模块

安装次数: 1

依赖者: 0

建议者: 0

安全性: 0

星标: 0

关注者: 1

分支: 0

开放问题: 0

类型:yii2-extension

dev-main 2024-06-03 14:13 UTC

This package is auto-updated.

Last update: 2024-09-03 14:50:12 UTC


README

yii2的博客模块

安装

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

运行以下命令之一

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

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

"ivanleshh/yii2-blog": "*"

to the require section of your composer.json file.

使用方法

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

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