10 Star 49 Fork 2

流之云/laravelflow

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 467 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"name": "guoguo/laravelflow",
"description": "laravelflow PHP开源工作流引擎",
"license": "MIT",
"homepage": "http://cojz8.com",
"authors": [
{
"name": "guoguo",
"email": "632522043@qq.com"
}
],
"require": {
"php": ">=7.0"
},
"autoload": {
"psr-4": {
"LaravelFlow\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"LaravelFlow\\LaravelFlowServiceProvider"
]
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/ntdgg/laravelflow.git
git@gitee.com:ntdgg/laravelflow.git
ntdgg
laravelflow
laravelflow
master

搜索帮助