yilegel / yii2-internal-test
yii2内核的测试!用于学习yii2,长期存储一些知识,在官方下载的yii2框架、别人已经开发过的yii2框架中直接引用!
Package info
github.com/yilegel/yii2-internal-test
Type:yii2-extension
pkg:composer/yilegel/yii2-internal-test
dev-master
2019-05-05 04:52 UTC
Requires
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2026-04-05 20:24:50 UTC
README
yii2内核的测试!用于学习yii2,长期存储一些知识,在官方下载的yii2框架、别人已经开发过的yii2框架中直接引用!
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist yilegel/yii2-internal-test "*"
or add
"yilegel/yii2-internal-test": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \yii\internal_test\AutoloadExample::widget(); ?>```