laravel-doctrine / fluent

Fluent mapping driver for Doctrine2

Home Page:http://www.laraveldoctrine.org/docs/current/fluent

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Defer adding gedmo mappings to when the extension is enabled

guiwoda opened this issue · comments

Gedmo provides some abstract classes and default implementations for some of their extensions, and we've added mappings for them in the same way they do for annotations.

When mappings for all implementations are added to the FluentDriver, Fluent ends up creating tables for extensions that may not be needed yet. It would be nice to have those mappings added only if that specific extension is enabled.