承接 cuifox/yii2-gii 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

cuifox/yii2-gii

最新稳定版本:1.0.1

Composer 安装命令:

composer require cuifox/yii2-gii

包简介

yii2-gii

README 文档

README

介绍

yii2-gii

安装教程

php composer.phar require cuifox/yii2-gii:*

使用说明

if (YII_ENV_DEV) {
    // ...
    $config['bootstrap'][] = 'gii';
    $config['modules']['gii'] = [
        'class' => 'yii\gii\Module',
        // uncomment the following to add your IP if you are not connecting from localhost.
        'allowedIPs' => ['127.0.0.1', '::1', '*'],
        'generators' => [
            'model' => [
                'class' => CuiFox\gii\generators\model\Generator::class,
                'ns' => 'app\models\common',
            ],
        ],
    ];
}

统计信息

  • 总下载量: 3
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-09-30