# Pear Admin Thinkphp
**Repository Path**: adcold/Pear-Admin-Thinkphp
## Basic Information
- **Project Name**: Pear Admin Thinkphp
- **Description**: 基于 Thinkphp 后台管理系统 , 提供敏捷开发
- **Primary Language**: PHP
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 214
- **Created**: 2020-09-07
- **Last Updated**: 2024-06-21
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
Pear Admin Thinkphp
快 速 自 定 义 开 发 框 架
[预 览](http://jmysy.gitee.io/pear-admin-layui/) | [官 网](http://www.pearadmin.cn/) | [交 流](https://jq.qq.com/?_wv=1027&k=5OdSmve)
#### 简介
Pear Admin Thinkphp 全 新 改 版
* 声明:仅供技术研究学习合法用途,请勿用于非法用途,否则后果作者概不负责
* http://192.144.214.203:82/admin.php admin 123456
* git clone https://gitee.com/muyiboss/Pear-Admin-Thinkphp.git
* 开启redis
* composer update
* 定义应用运行目录public
* 访问install.php进行安装
* 路由无法访问,请查看path_info是否配置
* nginx path_info配置参考
```
location ~ \.php(.*)$ {//注意此处
root /usr/share/nginx/html/demo2/public;
fastcgi_pass unix:/run/php-fpm/www.sock;
fastcgi_split_path_info ^(.+\.php)(.*)$;//此处
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_param PATH_INFO $fastcgi_path_info;//此处
include fastcgi_params;
}
```
#### 代码一键生成CURD方法
>env APP_DEBUG = ture
* 第一步.创建应用。
* 第二步.根据应用创建对应前缀数据表。
* 第三步.选择应用数据表生成。
* 第四步.生成菜单默认生成路由文件及菜单。
* 第五步.更多欢迎期待
* 开源不易,如果对您有帮助。可以请作者喝杯咖啡!
#### 完成项目
* RABC权限 OSS上传 邮件发送
* 系统设置 图片管理 代码生成
* 一键安装







如有疑问可以联系QQ 974992939
### 基于 Pear Admin Layui 的项目应用
Pear-Admin-Boot : [开源地址](https://gitee.com/Jmysy/Pear-Admin-Boot) :+1:
>特别感谢
ThinkPHP:https://github.com/top-think/framework
Pear-Admin-Layui:https://gitee.com/Jmysy/Pear-Admin-Layui