pyshcoder / yii2-maxmertkit
这是为 Yii 2 开发的 MaxmertKit 扩展。
dev-master
2015-06-04 02:38 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2024-10-02 09:46:45 UTC
README
这是为 Yii 2 开发的 MaxmertKit 扩展。
安装
安装此扩展的首选方式是通过 composer。
运行以下命令之一:
php composer.phar require --prefer-dist pyshcoder/yii2-maxmertkit "*"
或者将以下内容添加到你的 composer.json
文件的 require 部分:
"pyshcoder/yii2-maxmertkit": "*"
to the require section of your composer.json
file.
使用方法
扩展安装完成后,只需在代码中通过
<?= \pyshcoder\maxmertkit\AutoloadExample::widget(); ?>```