tomahawk / doctrinemigrationsbundle
Doctrine Migrations Bundle for Tomahawk
1.0.1
2015-08-20 10:13 UTC
Requires
- php: >=5.3.3
- doctrine/migrations: 1.0.*@dev
This package is auto-updated.
Last update: 2024-11-09 19:18:18 UTC
README
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.*"