# gucmsTp6 **Repository Path**: heyicc_admin/gucms-tp6 ## Basic Information - **Project Name**: gucmsTp6 - **Description**: No description available - **Primary Language**: PHP - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-10 - **Last Updated**: 2024-06-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # gucmstp6 基于ThinkPHP6+AdminLTE的后台管理系统。 ## 安装步骤 #### clone 项目到本地 ``` ``` #### 安装项目依赖 ``` composer install ``` #### 配置数据库 更改 `/config/database.php` 文件内的数据库配置选项,数据库编码推荐`utf8mb4`。 #### 运行数据库迁移命令 ``` php think migrate:run ``` #### 访问后台 访问`/admin`,默认超级管理员的账号密码都为`super_admin`。