yilegel / yii2-internal-test
yii2内核的测试!用于学习yii2,长期存储一些知识,在官方下载的yii2框架、别人已经开发过的yii2框架中直接引用!
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2025-06-05 18:27:13 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(); ?>```