brayun/yii2-ucpaas

1.1 2017-09-04 02:24 UTC

This package is not auto-updated.

Last update: 2024-09-25 04:10:19 UTC


README

ucpaas

安装

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

运行以下命令之一

php composer.phar require --prefer-dist brayun/yii2-ucpaas "*"

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

"brayun/yii2-ucpaas": "*"

用法

一旦安装了此扩展,只需在您的代码中使用它即可

<?= \brayun\ucpaas\AutoloadExample::widget(); ?>```