shmilyzxt / yii2-kartikcrud
a gii crud template for yii2 using kartik grid and ajax
Installs: 909
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 4
Forks: 2
Open Issues: 3
Type:yii2-extension
Requires
- kartik-v/yii2-detail-view: ^1.7.3
- kartik-v/yii2-dialog: ^1.0.0
- kartik-v/yii2-editable: ^1.7.3
- kartik-v/yii2-grid: ^3.0.4
- kartik-v/yii2-mpdf: ^1.0.0
- kartik-v/yii2-widgets: *
- yiisoft/yii2: *
- yiisoft/yii2-bootstrap: *
- yiisoft/yii2-gii: *
This package is auto-updated.
Last update: 2025-01-23 18:11:15 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.