Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

salmon's avatar

How can I build a workflow tool in Laravel? Is there anything out there already that you know of?

I would like to build a workflow tool in Laravel that can assist me in developing work flow applications faster.

Something similar to KISSFLOW or SMARTSHEET where you can dynamically create your own workflow application using a wizard. An example would be

https://kissflow.com/

i.e.

  1. DECIDE PROCESS

  2. BUILD FORM

  3. DESIGN WORKFLOW

  4. SET PERMISSIONS

  5. GO LIVE

Does anyone know if this is even possible? I would ideally like to start by trying to piggy back of a current project so if you know about any packages that could help me, I would appreciate it.

0 likes
5 replies
martinbean's avatar

@salmon There’s no one way to build anything. You need to model the concepts of your application, and then write the code for those models.

This isn’t limited to Laravel—it could be another PHP framework like Symfony, CakePHP, or a framework in an entirely different language like Ruby on Rails.

1 like
salmon's avatar

@martinbean thanks, appreciate your advice. Suppose I just wanted to check if there are anything out there that might help me start.

Please or to participate in this conversation.