What makes DW 2.0 unique? Several deployment modes.
If your app is Laravel then you can embed the workflow engine inside your app and it works with the storage and queues that your app is already using. No additional infra needed.
If not then you can run it in service-mode which provides a language-neutral HTTP+JSON control plane. Under the hood, it's still a Laravel app so it's fairly simple to deploy. But you don't need to worry about PHP or Laravel in service mode for the most part. There are prebuilt Docker images and Helm charts.
Check out the launch article: https://durable-workflow.com/blog/durable-workflow-2-0/
Feel free to ask me questions here.