私はsymfony2をdoctrine2に設定していますが、DoctrineExtensions(Gedmo)を使用したいです。 私はすべての手順に従いましたが、大部分は動作していますが、設定ファイルを見つけることができません。 SoftDeleteableを動作させます。DoctrineExtensions SoftDeleteable
https://github.com/l3pp4rd/DoctrineExtensions/blob/master/doc/softdeleteable.md
$config = new Doctrine\ORM\Configuration; // Your configs.. $config->addFilter('soft-deleteable', 'Gedmo\SoftDeleteable\Filter\SoftDeleteableFilter');
チェックアウトこの説明に以下を追加することによって、それを修正:https://github.com/stof/ StofDoctrineExtensionsBundle/blob/master/Resources/doc/index.rst – AaL