symfony2.6 doctrine2 schema_filter parameter not exists
问题 I am using symfony 2.6 (composer.json equal to its github repo) and I am trying to use the schema filter of DBAL. in config.yml # Doctrine Configuration doctrine: dbal: schema_filter: ^sf2_ but error returned on shell: [Symfony\Component\Config\Definition\Exception\InvalidConfigurationException] Unrecognized option "schema_filter" under "doctrine.dbal" What am I missing? EDIT: config.yml (doctrine part only) doctrine: dbal: default_connection: default connections: default: driver: "%database