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
- Host: GitHub
- URL: https://github.com/tomahawkphp/doctrinemigrationsbundle
- Owner: tomahawkphp
- License: mit
- Created: 2015-03-24T10:30:14.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-20T10:13:54.000Z (over 10 years ago)
- Last Synced: 2025-07-31T23:23:13.791Z (7 months ago)
- Language: PHP
- Size: 152 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.*"