dchaofei/yii2-ajaxmodal

Yii 2 ajax modal gii template.

dev-master 2018-04-19 13:15 UTC

This package is not auto-updated.

Last update: 2024-04-14 03:01:33 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',
                    ]
                ]
            ],
        ]
    ],
  • 之后使用 gii 生成 curd,模板选择 ajax-modal

示例图片