Skip to content

Commit 33d142a

Browse files
authored
Merge pull request #21 from soap/develop
Develop
2 parents 370115e + c6b5300 commit 33d142a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ This package doesnot provide user interface for user to manage workflow configur
8282
## Usage
8383
After you have completed setup, create workflow configuration in database using your own way or provided by other package. Then use them like the one you use by zerohadero/laravel-workflow. Storing configuration in database is easy to develop workflow for user.
8484

85-
## To Do
86-
Curently guards should be created via event subscriber. I have a plan to use Symfony expression as upper guard layer. For example, you can write;
85+
## Enhance your workflow
86+
Using [zerodahero/laravel-workflow](https://github.com/zerodahero/laravel-workflow), guards should be created via event subscriber. I developed [soap/laravel-workflow-process](https://github.com/soap/laravel-workflow-process) to use Symfony expression as an upper guard layer. For example, you can write:
8787

8888
```
8989
guard => $subject.isWaitingFor($user) || !$subject.isOwnedBy($user)

0 commit comments

Comments
 (0)