Link — laravel
Building an order fulfilment workflow in Laravel
Fulfilling an order or booking a flight all have these kinds of workflows in them: points where you have to go through multiple steps in order to fulfil a request which may not all be quick synchronous steps. This looks like an interesting approach for a standardized pattern around it in laravel.
❦