starzeng / yii2-learn01
Learn And Test for Yii2
Package info
github.com/starzeng/yii2-learn01
Type:yii2-extension
pkg:composer/starzeng/yii2-learn01
dev-master
2016-06-14 09:11 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-03-07 05:22:33 UTC
README
Learn And Test for Yii2
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist starzeng/yii2-learn01 "*"
or add
"starzeng/yii2-learn01": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \starzeng\learn01\AutoloadExample::widget(); ?>```