icxp / yii2-icxp
ICXP 类
1.0.1
2018-11-08 15:59 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2024-10-02 15:35:12 UTC
README
ICXP 类
安装
安装此扩展的首选方法是通过 composer。
运行
php composer.phar require --prefer-dist icxp/yii2-icxp "*"
或将以下内容添加到您的 composer.json
文件的 require 部分中。
"icxp/yii2-icxp": "*"
要么运行
或者通过
在您的代码中使用此扩展
<?= \yii\\icxp\\AutoloadExample::widget(); ?>```