chengweigao / yii2-chengweigao
测试
Package info
github.com/chengweigao/yii-test
Type:yii2-extension
pkg:composer/chengweigao/yii2-chengweigao
dev-master
2020-01-07 10:20 UTC
This package is auto-updated.
Last update: 2026-03-08 00:57:49 UTC
README
测试
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist chengweigao/yii2-chengweigao "*"
or add
"chengweigao/yii2-chengweigao": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \chengweigao\cwgdoc\AutoloadExample::widget(); ?>```