artix/yii2-content-module

为 Yii2-start 应用程序的内容模块。

安装: 9

依赖项: 0

建议者: 0

安全: 0

星标: 0

关注者: 0

分支: 0

开放性问题: 0

类型:yii2-extension

dev-master 2015-02-13 18:11 UTC

This package is not auto-updated.

Last update: 2024-10-02 07:47:42 UTC


README

为 Yii2-start 应用程序的内容模块。

安装

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

运行以下命令之一

php composer.phar require --prefer-dist artix/yii2-content-module "*"

或在您的 composer.json 文件的 require 部分添加

"artix/yii2-content-module": "*"

使用

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

<?= \artix\content\AutoloadExample::widget(); ?>```