mosch/php-migration-bundle

2.0.3 2016-04-19 14:36 UTC

This package is not auto-updated.

Last update: 2024-09-12 01:09:53 UTC


README

Integration of https://github.com/mosch/php-migration with Symfony and Doctrine

Configuration

migration: namespace: Application\Migrations dir_name: %kernel.root_dir%/Migrations version_class: MyBundle/Model/Version

Defining Version Class

Just extend the abstract MigrationBundle\Model\Version class with your own implementation that is a Doctrine Model or Document.