4 Star 8 Fork 3

dungang/DuAdmin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
yii 670 Bytes
一键复制 编辑 原始数据 按行查看 历史
dungang 提交于 2021-11-14 13:25 +08:00 . 合并模块的migration in one migration table
#!/usr/bin/env php
<?php
/**
* Yii console bootstrap file.
*
* @link http://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
*/
define('RUNTIME_MODE', 'Console');
require __DIR__ . '/DuAdmin/env.php';
require __DIR__ . '/vendor/yiisoft/yii2/Yii.php';
$config = yii\helpers\ArrayHelper::merge(
require __DIR__ . '/Config/console.php',
require __DIR__ . '/DuAdmin/config.php');
\Yii::$classMap['yii\console\controllers\MigrateController'] = '@app/DuAdmin/Clazz/MigrateController.php';
$application = new yii\console\Application($config);
$exitCode = $application->run();
exit($exitCode);
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/dungang/DuAdmin.git
[email protected]:dungang/DuAdmin.git
dungang
DuAdmin
DuAdmin
master

搜索帮助