artix / yii2-content-module
为 Yii2-start 应用程序的内容模块。
dev-master
2015-02-13 18:11 UTC
Requires
- yiisoft/yii2: *
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(); ?>```