An open API service indexing awesome lists of open source software.

https://github.com/tomahawkphp/doctrinemigrationsbundle

Doctrine Migrations Bundle for Tomahawk
https://github.com/tomahawkphp/doctrinemigrationsbundle

Last synced: about 1 month ago
JSON representation

Doctrine Migrations Bundle for Tomahawk

Awesome Lists containing this project

README

          

# Doctrine Migrations Bundle

Doctrine Migrations Bundle for the TomahawkPHP Framework.

This bundle is written to support Semvar.

## Settings

The following config settings can be set in the doctrine.php config. If they are not set a sensible default is used:

'migrations_directory' => 'Resources/Doctrine/migrations',

'migration_namespace' => 'DoctrineMigrations',

'migration_name' => 'Migration',

## Installation

### Install Via Composer

Just add the following to your composer file:

"tomahawk/doctrinemigrationsbundle": "1.*"