# think-admin **Repository Path**: joe3160/think-admin ## Basic Information - **Project Name**: think-admin - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-18 - **Last Updated**: 2026-02-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 项目介绍 本项目基于ThinkAdmin # 创建数据库 ```sql CREATE DATABASE `gold` CHARACTER SET 'utf8mb4' COLLATE 'utf8mb4_unicode_ci'; ``` # 安装 ```shell # 下载项目 git clone https://gitee.com/joe3160/think-admin.git demo # 进入项目 cd demo # 更新依赖 #composer update ### 数据库初始化并安装 php think migrate:run # 修改环境变量 .env # vi .env # ........ #启动项目 php think run ```