Ai
1 Star 0 Fork 0

wfs/think-migration-generator

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
composer.json 874 Bytes
一键复制 编辑 原始数据 按行查看 历史
wfs 提交于 2023-07-29 16:42 +08:00 . update composer.json.
{
"name": "weifashi/think-migration-generator",
"description": "generator migration files if you never use it",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "jaguarjack",
"email": "njphper@gmail.com"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=8.0",
"doctrine/dbal": "3.0"
},
"autoload": {
"psr-4": {
"JaguarJack\\MigrateGenerator\\": "src"
},
"files": []
},
"extra": {
"think": {
"services": [
"JaguarJack\\MigrateGenerator\\Provider\\ThinkphpMigrateGeneratorService"
]
},
"laravel": {
"providers": [
"JaguarJack\\MigrateGenerator\\Provider\\LaravelMigrateGeneratorServiceProvider"
]
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/weifashi/think-migration-generator.git
git@gitee.com:weifashi/think-migration-generator.git
weifashi
think-migration-generator
think-migration-generator
master

搜索帮助