pyshcoder/yii2-maxmertkit

这是为 Yii 2 开发的 MaxmertKit 扩展。

安装: 7

依赖: 0

建议者: 0

安全: 0

星标: 0

关注者: 2

分支: 0

公开问题: 0

类型:yii2-extension

dev-master 2015-06-04 02:38 UTC

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(); ?>```