shmilyzxt/yii2-kartikcrud

a gii crud template for yii2 using kartik grid and ajax

Maintainers

Package info

github.com/shmilyzxt/yii2-kartikcrud

Type:yii2-extension

pkg:composer/shmilyzxt/yii2-kartikcrud

Statistics

Installs: 910

Dependents: 0

Suggesters: 0

Stars: 5

Open Issues: 3

1.0.2 2016-08-29 06:23 UTC

This package is auto-updated.

Last update: 2026-03-23 20:33:44 UTC


README

yii2-kartikcrud extension is a gii generator for create crud with kartik-v widget and ajax.

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require shmilyzxt/yii2-kartikcrud "dev-master"

or add

"shmilyzxt/yii2-kartikcrud": "dev-master"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

http://yourdomain/index.php?r=gii 

to visit the generator.