文件名称:yii2-tech:Yii2通用后台管理系统
文件大小:17.33MB
文件格式:ZIP
更新时间:2024-03-31 08:45:58
系统开源
后台管理系统beta 安装说明: git clone https://github.com/anruence/yii2-tech.git cd yii2-tech composer install --no-dev 数据库迁移 先解压tech.sql.zip文件。 tech.sql中保存了sql语句,暂时没写migrate脚本。后续会扩展。 后台用户名:test密码:testpass 修改测试环境的common / config / main-local.php文件 环境/dev/common/config/main-local.php 正式环境对应 environment / prod / common / config / main-local.php <?php return [ 'components' => [ 'db' => [