I want to use in my project Single Table Inheritance for symfony2/doctrine, but I can\'t find any working examples with yaml configuration for it. In official documentation ther
Here is an example of YAML markup:
Entities config files should be put into src/Acme/StoreBundle/Resources/config/doctrine/.orm.yml according to reference.
src/Acme/StoreBundle/Resources/config/doctrine/.orm.yml
Also built-in converter can be used: how to model inheritance in doctrine2 with yaml?