2017 © Pedro Peláez
 

yii2-extension yii2-ajaxcrud

单页AJAX-CRUD GII模板生成器

image

callmez/yii2-ajaxcrud

单页AJAX-CRUD GII模板生成器

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 88 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

yii2-ajaxcrud

Latest Stable Version License Total Downloads Monthly Downloads Daily Downloads, (*1)

Gii CRUD template for Single Page Ajax Administration for yii2, (*2)

yii2 ajaxcrud extension screenshot, (*3)

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., (*4)

Either run, (*5)

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

or add, (*6)

"callmez/yii2-ajaxcrud": "*"

to the require section of your composer.json file., (*7)

Usage

For first you must enable Gii module Read more about Gii code generation tool, (*8)

Because this extension used kartik-v/yii2-grid extensions so we must config gridview module before, (*9)

Edit modules config in your main config file, (*10)

'modules' => [
    ...

    'gridview' =>  [
        'class' => 'kartik\grid\Module'
    ],
    'gii' => [
        ...

        'generators' =>  [
            ...
            'ajaxcrud' => 'callmez\ajaxcrud\generators\Generator'
        ]
    ]
]

You can then access Gii through the following URL:, (*11)

http://localhost/path/to/index.php?r=gii, (*12)

and you can see Ajax CRUD Generator, (*13)

Contributing to this project

Anyone and everyone is welcome to contribute., (*14)

License

yii2-ajaxcrud is released under the Apache-2.0., (*15)

Versions History

Version 1.0.4 + Code format, The generate code looks good now., (*16)

Version 1.0.3 + Separate assets to yii2-ajaxcrud-assets, (*17)

Version 1.0.2 + Clean template for better output, (*18)

Version 1.0.1 + Fix bug: Invalid icon for fullscreen button, (*19)

Version 1.0.0 + Initial version, (*20)

The Versions

03/07 2015

dev-master

9999999-dev

单页AJAX-CRUD GII模板生成器

  Sources   Download

Apache-2.0

The Requires

 

template extension yii2 ajax crud gii

02/07 2015

1.0.4

1.0.4.0

单页AJAX-CRUD GII模板生成器

  Sources   Download

Apache-2.0

The Requires

 

template extension yii2 ajax crud gii

30/06 2015

1.0.3

1.0.3.0

Gii CRUD template for Single Page Ajax Administration for yii2

  Sources   Download

Apache-2.0

The Requires

 

database template extension yii2 ajax crud gii

30/06 2015

1.0.2

1.0.2.0

Gii CRUD template for Single Page Ajax Administration for yii2

  Sources   Download

Apache-2.0

The Requires

 

database template extension yii2 ajax crud gii

30/06 2015

1.0.1

1.0.1.0

Gii CRUD template for Single Page Ajax Administration for yii2

  Sources   Download

Apache-2.0

The Requires

 

database template extension yii2 ajax crud gii

30/06 2015

1.0.0

1.0.0.0

Gii CRUD template for Single Page Ajax Administration for yii2

  Sources   Download

Apache-2.0

The Requires

 

database template extension yii2 ajax crud gii