I'm using Symfony2.2 with StofDoctrineExtensionsBundle (and so Gedmo DoctrineExtensions). I've a simple entity /** * @ORM\Entity * @Gedmo\Loggable * @ORM\Table(name="…
symfony doctrine-orm symfony-2.2 doctrine-extensions stofdoctrineextensionsHere is the problem : I don't succeed to install doctrine extensions with symphony 2, especially timestampable. I follow this tutorial How …
php symfony doctrine-orm doctrine-extensions stofdoctrineextensions