yii2-ajaxcrud Gii CRUD template for Single Page Ajax Administration for yii2

yii2-ajaxcrub

  1. Features
  2. Installation
  3. Usage
  4. Contributing to this project
  5. License

Latest Stable Version License Total Downloads

Gii CRUD template for Single Page Ajax Administration for yii2

![yii2 ajaxcrud extension screenshot] (https://c1.staticflickr.com/1/330/18659931433_6f5b6f9071.jpg "yii2 ajaxcrud extension screenshot")

Features

  • Create, read, update, delete in onpage with Ajax
  • Bulk delete suport
  • Pjax widget suport
  • Export function(pdf,html,text,csv,excel,json)

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist johnitvn/yii2-ajaxcrud "*"

or add

"johnitvn/yii2-ajaxcrud": "*"

to the require section of your composer.json file.

Usage

For first you must enable Gii module Read more about Gii code generation tool

Because this extension used kartik-v/yii2-grid extensions so we must config gridview module before

Let 's add into modules config in your main config file ``php 'modules' => [

'gridview' =>  [
    'class' => '\kartik\grid\Module'
]       

] ``

You can then access Gii through the following URL:

http://localhost/path/to/index.php?r=gii

and you can see Ajax CRUD Generator

Contributing to this project

Anyone and everyone is welcome to contribute.

License

yii2-ajaxcrub is released under the Apache-2.0.

For search: yii2 ajax crud, yii ajax crud

3 2
8 followers
0 downloads
Yii Version: 2.0
License: Apache-2.0
Category: User Interface
Developed by: John Martin
Created on: Jun 29, 2015
Last updated: 8 years ago

Related Extensions