1 Star 0 Fork 2

shoiphy / think.cms.v5

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

CMS管理系统 online

[ 介绍 ]

这是一套使用ThinkPHP5.X开发的基础系统,包含后台用户权限控制,
后台用户分组管理、网站系统配置功能,可用他来衍生各种产品。

[ 安装方法 ]

1 创建MYSQL数据库,导入 cms.sql
2 把根目录下的/core/config/database.php.bak文件名改成database.php
3 根据你的数据库,配置database.php “hostname, database, username, password, hostport”
4 后台入口 http://domain/admin
5 后台帐号密码 admin admin
6 后台菜单设置方法请参考已有的那些菜单

[ 目录结构 ]

├─core                 		系统核心
│  ├─app               		应用目录
│  │  ├─admin        		后台模块
│  │  │  ├─controller   	控制器目录
│  │  │  ├─model        	模型目录    
│  │  │  ├─lang         	语言包目录   
│  │  │  ├─common.php       后台函数文件     
│  │  ├─common        		公共模块目录    
│  │  ├─home            	前台模块    
│  │  ├─more...            	自定义添加模块            
│  │  ├─common.php      	项目公共函数文件
│  ├─conf                   配置目录
│  │  ├─admin        		后台配置目录
│  │  ├─home        		前台配置目录
│  │  ├─database.php    	数据库配置文件
│  │  ├─define.php      	项目路径常量配置文件
│  ├─extend            		扩展类库目录
│  ├─config.php          	网站配置文件
├─public              		公共静态文件目录
│  ├─Admin          		后台公共静态目录
│  ├─Home                   前台公共静态目录
│  ├─js                     公共JS目录
│  ├─tips                   信息提示跳转页面
├─runtime             		系统缓存目录
├─template            		项目模板目录
│  ├─admin               	后台模板目录
│  ├─home                	前台模板目录
├─cms.sql             		数据库文件
├─config.php             	网站配置文件
├─index.php             	系统入口文件

[ 协议 ]

本系统除ThinkPHP框架外,遵循MIT开源许可协议发布
具体参考LICENSE.txt内容
The MIT License (MIT) Copyright (c) 2017 Bei Chen Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

暂无描述 展开 收起
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/shoiphy/think.cms.v5.git
git@gitee.com:shoiphy/think.cms.v5.git
shoiphy
think.cms.v5
think.cms.v5
master

搜索帮助