Skip to content
This repository has been archived by the owner on Mar 16, 2020. It is now read-only.

Latest commit

 

History

History
46 lines (42 loc) · 848 Bytes

README.md

File metadata and controls

46 lines (42 loc) · 848 Bytes

coolPHP

——coolPHP是基于ThinkPHP5+layui开发的后台框架

安装

git clone https://github.com/CoolWebset/coolPHP.git

composer install

目录结构

.
+-- addons(插件目录)
|   +-- diyform(自定义表单插件)
|   +-- temp(测试插件)
+-- app
|   +-- admin(后台目录)
|   +-- common(公共模块目录)
|   +-- extra(插件配置目录)
|   +-- home(前台目录)
|   +-- user(用户目录)
|   +-- command.php
|   +-- common.php(公共函数)
|   +-- config.php(配置文件)
|   +-- database.php(数据库配置文件)
|   +-- route.php(路由配置)
|   +-- tags.php
+-- core
|   +-- extend
|   +-- think
+-- public
|   +-- Data
|   +-- static
|   +-- uploads
+-- runtime
|   +-- members.yml
+-- vendor
+-- .htaccess
+-- db_hrbkcwl.sql
+-- delBom.php
+-- index.php
+-- robots.txt
+-- composer.json