tomahawk/doctrinemigrationsbundle

Tomahawk框架的Doctrine迁移包

1.0.1 2015-08-20 10:13 UTC

This package is auto-updated.

Last update: 2024-09-09 19:02:52 UTC


README

TomahawkPHP框架的Doctrine迁移包。

此包支持Semvar。

设置

以下配置设置可以在doctrine.php配置中设置。如果没有设置,将使用合理的默认值

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

'migration_namespace' => 'DoctrineMigrations',

'migration_name' => 'Migration',

安装

通过Composer安装

只需将以下内容添加到您的composer文件中

"tomahawk/doctrinemigrationsbundle": "1.*"