szana8's avatar

Laravel state machine back and front end

Hi Guys,

In the last couple of days/weeks I was working on a open source workflow/state machine engine for Laravel Eloquent. I'm done with the back end of the code inspired by the winzou state machine package. I've just try to made it more flexible and replaced the event handler to Laravel specific and added a new "callback" (Validator). You can find the source code here: https://github.com/szana8/laraflow

Now I am actively working on the front end. I would like to use the GoJs library for editing the workflow diagram. The base functionalities works as expected. You can edit the transitions from one step to another and you can add/remove new steps. Currently I am working on the pre/post/validator front end code. https://github.com/szana8/laraflow-go

At the end of this project I would like to use the on my bigger home project (a Scrum board like Jira). You can find how I use the laraflow code in this repo: https://github.com/szana8/larascrum

I will be really thankful and happy if anyone can check the source code of my Laraflow package (front and back end) and give me some feedback about it.

P.S sorry for my English. I know it is not the best.

Thanks and greetings from Hungary, Istvan

0 likes
0 replies

Please or to participate in this conversation.