dchaofei / yii2-ajaxmodal
Yii 2 ajax modal gii template.
Package info
github.com/dchaofei/yii2-ajaxmodal
Type:yii2-extension
pkg:composer/dchaofei/yii2-ajaxmodal
dev-master
2018-04-19 13:15 UTC
This package is not auto-updated.
Last update: 2026-03-29 13:32:38 UTC
README
让你的 Yii2 应用后台使用模态框吧。
使用方法
- 安装
composer require dchaofei/yii2-ajaxmodal:dev-master
- 配置
'modules' => [ 'gii' => [ 'class' => 'yii\gii\Module', 'generators' => [ 'crud' => [ 'class' => 'yii\gii\generators\crud\Generator', 'templates' => [ 'ajax-modal' => '@vendor/dchaofei/yii2-ajaxmodal/gii-template/curd/default', ] ] ], ] ],

