Artem Henvald
Artem Henvald
https://github.com/centrifugal/centrifugo/releases/tag/v3.0.0
Symfony Workflow component appeared in version 3.2. It is the implementation of the state machine. As ENUM fields in database often used for keeping some readable statuses, so it would...
Right now it is required to register custom enum types in the doctrine dbal configuration. What about autoregistering all classes which extend AbstractEnumType and are placed in `App\DBAL\Types` Also add...
I didn't find possibility to add multiple labels for a node. For example, I have a base node `Stop` then I have inherited nodes like `BusStop`, `TramStop`, `TrolleybusStop`. I need...