All Projects → Clago → Workflow

Clago / Workflow

基于laravel的工作流项目

Projects that are alternatives of or similar to Workflow

Kickstarts
💻 No setup, just development!
Stars: ✭ 57 (-72.73%)
Mutual labels:  laravel, workflow
Venture
Venture allows you to create and manage complex, async workflows in your Laravel apps.
Stars: ✭ 374 (+78.95%)
Mutual labels:  laravel, workflow
Laravel Categories
Rinvex Categorizable is a polymorphic Laravel package, for category management. You can categorize any eloquent model with ease, and utilize the power of Nested Sets, and the awesomeness of Sluggable, and Translatable models out of the box.
Stars: ✭ 199 (-4.78%)
Mutual labels:  laravel
Webhook.site
⚓️ Easily test HTTP webhooks with this handy tool that displays requests instantly.
Stars: ✭ 2,842 (+1259.81%)
Mutual labels:  laravel
Laravel Executor
Configurable code that can be run when installing and updating your web app.
Stars: ✭ 204 (-2.39%)
Mutual labels:  laravel
Hooks
Hooks is a extension system for your Laravel application.
Stars: ✭ 202 (-3.35%)
Mutual labels:  laravel
Shopper
An eCommerce administration built with Laravel 5 for create online shop.
Stars: ✭ 205 (-1.91%)
Mutual labels:  laravel
Reaflow
🕸 Node-based Visualizations for React
Stars: ✭ 199 (-4.78%)
Mutual labels:  workflow
Laravel Partialcache
Blade directive to cache rendered partials in laravel
Stars: ✭ 205 (-1.91%)
Mutual labels:  laravel
Model
The base model traits of Esensi
Stars: ✭ 203 (-2.87%)
Mutual labels:  laravel
Lighthouse
A framework for serving GraphQL from Laravel
Stars: ✭ 2,685 (+1184.69%)
Mutual labels:  laravel
Meedu
知识付费、企业线上培训解决方案。
Stars: ✭ 2,742 (+1211.96%)
Mutual labels:  laravel
Git Octopus
The continuous merge workflow
Stars: ✭ 202 (-3.35%)
Mutual labels:  workflow
Nova Tags Field
A tags field to use in your Nova apps
Stars: ✭ 204 (-2.39%)
Mutual labels:  laravel
Awesome Voyager
Curated list of Laravel Voyager ressources
Stars: ✭ 201 (-3.83%)
Mutual labels:  laravel
Litegraph.js
A graph node engine and editor written in Javascript similar to PD or UDK Blueprints, comes with its own editor in HTML5 Canvas2D. The engine can run client side or server side using Node. It allows to export graphs as JSONs to be included in applications independently.
Stars: ✭ 2,735 (+1208.61%)
Mutual labels:  workflow
Vue Blocks
Vue2 dataflow graph editor
Stars: ✭ 201 (-3.83%)
Mutual labels:  workflow
Laravel Tinker Server
Tinker with your variables while working on your Laravel application
Stars: ✭ 203 (-2.87%)
Mutual labels:  laravel
Search Engine Rank
🐘根据网站关键词,获取网站在各大搜索引擎(百度、360、搜狗)的排名情况,有利于网站seo
Stars: ✭ 197 (-5.74%)
Mutual labels:  laravel
Meter
Laravel package to find performance bottlenecks in your laravel application.
Stars: ✭ 204 (-2.39%)
Mutual labels:  laravel

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

感谢

流程设计前端

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].