Configuring a state machine
This section is deprecated. However, as of now, the Sylius E-Commerce project is still resorting to this configuration so you might want to check it out.
You can either use Symfony workflow or Winzou state machine. The recommended way is to use the Symfony workflow component
.
If only Symfony workflow is on your requirements you have nothing to do.
But you can configure it explicitly:
Configuring Symfony workflow as state machine`
Configuring Winzou as state machine`
If Winzou state machine is on your requirements you have nothing to do even if Symfony workflow is on your requirements too.
But you can configure it explicitly:
Applying a transition`
You can create a route to apply any transition
Last updated