testyii / yii2-testyii
create extention test for learn
Package info
github.com/bahadorkhan/yiilearn_test
Type:yii2-extension
pkg:composer/testyii/yii2-testyii
dev-master
2016-07-25 20:52 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-03-22 17:35:12 UTC
README
create extention test for learn
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist testyii/yii2-testyii "*"
or add
"testyii/yii2-testyii": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \testyii\test\Yiitest::widget(); ?>```