thecodingmachine / doctrine-migrations-universal-module
Doctrine 迁移的跨框架模块
dev-master / 1.0.x-dev
2017-12-14 15:31 UTC
Requires
- php: >=7.1
- doctrine/migrations: ^1.6
- mouf/classname-mapper: ^1.0
- thecodingmachine/dbal-universal-module: ^0.4.2
- thecodingmachine/funky: ^1
- thecodingmachine/symfony-console-universal-module: ^0.4
Requires (Dev)
- mnapoli/simplex: ^0.4
- phpunit/phpunit: ^6.5.4
This package is auto-updated.
Last update: 2024-09-07 00:07:16 UTC
README
Doctrine Migrations universal module
此包将 Doctrine Migrations 集成到任何兼容 container-interop 的框架/容器中。
安装
composer require thecodingmachine/doctrine-migrations-universal-module
安装完成后,您需要将 TheCodingMachine\DoctrineMigrationsServiceProvider
注册到您的容器中。
如果您的容器支持 thecodingmachine/discovery 集成,则无需执行任何操作。否则,请参阅您的框架或容器文档了解如何注册 服务提供者。
简介
此服务提供者旨在为您的应用程序添加对 Doctrine 迁移的支持。预计您的应用程序已经拥有 Doctrine DBAL 连接和 Symfony Console。
这两个包都是此包的依赖项。
预期值/服务
此 服务提供者 预期以下配置/服务可用
提供的服务
此 服务提供者 提供以下服务
扩展服务
此 服务提供者 扩展以下服务