cbd / yii2-gii-generators
Contain a crud generators and widgets
Package info
git.oschina.net/cbd/yii2-gii-generators.git
Type:yii2-extension
pkg:composer/cbd/yii2-gii-generators
dev-master
2015-01-15 12:41 UTC
Requires
- yiisoft/yii2: ~2.0
- yiisoft/yii2-jui: *
This package is not auto-updated.
Last update: 2026-03-25 00:42:16 UTC
README
ceshi extionston
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist keke/keke "*"
or add
"keke/keke": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \keke\AutoloadExample::widget(); ?>```