sfYamlSchemaPatcher plugin ========================== The `sfYamlSchemaPatcherPlugin` Installation ------------ To install the plugin for a symfony project, the usual process is to use the symfony command line: $ php symfony plugin-install http://plugins.symfony-project.com/sfYamlSchemaPatcherPlugin Alternatively, if you don't have PEAR installed, you can download the latest package attached to this plugin's wiki page and extract it under your project's `plugins/` directory. Enable the new plugin in your project, via the `ProjectConfiguration.class.php` file. $this->enablePlugins(array('sfYamlSchemaPatcherPlugin')); Clear the cache to enable the autoloading to find the new classes: $ php symfony cc First run the command propel:build-schema and then propel:yamlschemapatcher