PhpDev.App
Clago/workflow

Clago/workflow

Stars: 241

Forks: 84

Pull Requests: 23

Issues: 13

Watchers: 16

Last Updated: 2022-03-30 20:49:46

基于laravel的工作流项目

License:

Languages: PHP, PLpgSQL, Vue, Shell, Blade

PHP工作流

image

image

功能

  • 1.绘制流程图
  • 2.条件流转支持
  • 3.子流程

使用

cp .env.example .env

composer install

导入数据库文件,文件地址:database/sql/workflow_data.sql

初始账号: [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] 密码统一为:123456

邮件发送配置(qq为例)

MAIL_DRIVER=smtp
MAIL_HOST=smtp.qq.com
MAIL_PORT=465
[email protected]
MAIL_PASSWORD=zzzz(在QQ邮箱设置-账户-POP3/IMAP/SMTP/Exchange/CardDAV/CalDAV服务-生成授权码)
[email protected]
MAIL_ENCRYPTION=ssl

感谢

流程设计前端

RELEASES

See all