# think-seecms **Repository Path**: magein/think-seecms ## Basic Information - **Project Name**: think-seecms - **Description**: 基础easycms+thinkphp6~搭建的内容管理系统 - **Primary Language**: PHP - **License**: MIT - **Default Branch**: master - **Homepage**: https://seecms.magein.cn - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 0 - **Created**: 2024-01-04 - **Last Updated**: 2025-08-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Seecms,ThinkPHP # 简介 基于seecms+thinkphp开发的内容管理系统 [seecms](https://gitee.com/magein/php-seecms) | [gitee](https://gitee.com/magein/think-seecms) | [packagist](https://packagist.org/packages/magein/think-seecms) ### 使用 #### 安装 需要先安装thinkphp ```shell composer create-project topthink/think tp ``` 最后安装think-seecms ```shell composer require magein/think-seecms -vvv -o ``` #### 发布 ```shell # 安装默认为admin php think see:publish # 静默安装,不显示进度以及日志 php think see:publish -s # 或者指定安装目录 php think see:publish manager ``` 执行命令后创建app/admin目录以及先关文件 #### 数据库 如果尚未配置数据库参数,导致发布后没有创建表以及数据,请执行以下命令 ```shell php think see:publish ```