cbd / yii2-gii-generators
Contain a crud generators and widgets
Installs: 20
Dependents: 0
Suggesters: 0
Security: 0
Type:yii2-extension
pkg:composer/cbd/yii2-gii-generators
Requires
- yiisoft/yii2: ~2.0
- yiisoft/yii2-jui: *
This package is not auto-updated.
Last update: 2025-10-07 22:28:54 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(); ?>```