1 Star 1 Fork 0

贵州猿创科技有限责任公司/think-saas

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 646 Bytes
一键复制 编辑 原始数据 按行查看 历史
张宇凡 提交于 2024-08-05 15:50 +08:00 . 稳定包发布
{
"name": "think/saas",
"description": "a saas package for thinkphp 8.0",
"type": "library",
"require": {
"topthink/framework": "^8.0",
"topthink/think-orm": "^3.0",
"topthink/think-migration": "^3.1"
},
"license": "MIT",
"autoload": {
"psr-4": {
"think\\saas\\": "src/"
}
},
"authors": [
{
"name": "JaguarJack",
"email": "njphper@gmail.com"
}
],
"extra": {
"think": {
"services": [
"think\\saas\\SaasService"
]
}
},
"minimum-stability": "dev"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/yc_open/think-saas.git
git@gitee.com:yc_open/think-saas.git
yc_open
think-saas
think-saas
master

搜索帮助