Symfony Gedmo Translatable and YAML configuration for generating entities

137 Views Asked by At

is it possible to use in a Symfony project Gedmo Doctrine Extension Translatable with YAML configuration and to generate the entities with php bin/console doctrine:generate:entities ?

I tried the StofDoctrineExtensionsBundle, I tried Gedmo on its own. But I didn't get it working.

When I write the entities by hand and use annotations everything works fine. But in my project every entity is defined by YAML.

0

There are 0 best solutions below