tomahawk / doctrinemigrationsbundle
Doctrine Migrations Bundle for Tomahawk
Package info
github.com/tomahawkphp/doctrinemigrationsbundle
pkg:composer/tomahawk/doctrinemigrationsbundle
1.0.1
2015-08-20 10:13 UTC
Requires
- php: >=5.3.3
- doctrine/migrations: 1.0.*@dev
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-08-09 23:12:07 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.*"