1 Star 0 Fork 30

灰太狼出品/curd

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
composer.json 842 Bytes
一键复制 编辑 原始数据 按行查看 历史
iszsw 提交于 2021-07-03 21:09 . fix:升级SURFACE^v1.3
{
"name": "iszsw/curd",
"description": "Mysql数据表生成CURD页面",
"license": "MIT",
"authors": [
{
"name": "zsw",
"email": "zswemail@qq.com"
}
],
"homepage": "https://zsw.ink/",
"keywords": [
"ThinkPHP",
"iszsw",
"curd"
],
"support": {
"issues": "https://github.com/iszsw/curd/issues",
"source": "https://github.com/iszsw/curd"
},
"require": {
"php": ">=7.1.3",
"iszsw/surface": "~1.3.0"
},
"autoload": {
"psr-4": {
"iszsw\\curd\\": "src"
}
},
"extra": {
"think": {
"services": [
"iszsw\\curd\\Service"
],
"config": {
"curd": "src/config.php"
}
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/li_xumin/curd.git
git@gitee.com:li_xumin/curd.git
li_xumin
curd
curd
master

搜索帮助