# curd **Repository Path**: jiaobantang/curd ## Basic Information - **Project Name**: curd - **Description**: 后台开发神器,ThinkPHP6可视化配置0代码自动生成CURD页面 - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: https://www.zsw.ink - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 29 - **Created**: 2021-04-20 - **Last Updated**: 2021-04-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

ThinkPHP-CURD

后台开发神器,通过可视化配置生成CURD页面

## 特性 - 0代码 - SQL注入过滤 - 自定义按钮,样式 - 一键生成访问页面 - 表修改删除事件绑定 - 字段修改删除事件绑定 - 轻松绑定自定义处理逻辑 - 多表关联、一对一、一对多、远程一对多 ## 演示 [http://curd.demo.zsw.ink/](http://curd.demo.zsw.ink/) ## 页面 - 表 [![cZxRxA.png](https://z3.ax1x.com/2021/04/02/cZxRxA.png)](https://z3.ax1x.com/2021/04/02/cZxRxA.png) [![cZx22d.png](https://z3.ax1x.com/2021/04/02/cZx22d.png)](https://z3.ax1x.com/2021/04/02/cZx22d.png) - 字段 [![cZxg8H.png](https://z3.ax1x.com/2021/04/02/cZxg8H.png)](https://z3.ax1x.com/2021/04/02/cZxg8H.png) [![cZxcPe.png](https://z3.ax1x.com/2021/04/02/cZxcPe.png)](https://z3.ax1x.com/2021/04/02/cZxcPe.png) - 页面 [![cZxy5D.png](https://z3.ax1x.com/2021/04/02/cZxy5D.png)](https://z3.ax1x.com/2021/04/02/cZxy5D.png) ## 安装 > 运行环境要求PHP7.1+。 ```shell $ composer require iszsw/curd ``` ## 使用 > 1、连接数据库 > 2、访问 http://domain.com/curd (url前缀配置查看config/curd.php配置文件route_prefix) ## 说明 页面基于PHP页面生成工具 [iszsw/surface](https://gitee.com/iszsw/surface) 如果功能不够用可以方便的快速的使用surface生成Table、Form页面 ## 介绍 > **邮件** zswemail@qqcom > **主页** [https://zsw.ink](https://zsw.ink) 留言 > **github** [https://github.com/iszsw/curd](https://github.com/iszsw/curd) > **gitee** [https://gitee.com/iszsw/curd](https://gitee.com/iszsw/curd)