cbd/yii2-gii-generators

Contain a crud generators and widgets

Installs: 20

Dependents: 0

Suggesters: 0

Security: 0

Type:yii2-extension

dev-master 2015-01-15 12:41 UTC

This package is not auto-updated.

Last update: 2024-04-23 15:14:46 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(); ?>```