thecodingmachine/doctrine-migrations-universal-module

dev-master / 1.0.x-dev 2017-12-14 15:31 UTC

This package is auto-updated.

Last update: 2024-09-07 00:07:16 UTC


README

Latest Stable Version Latest Unstable Version License Build Status

Doctrine Migrations universal module

此包将 Doctrine Migrations 集成到任何兼容 container-interop 的框架/容器中。

安装

composer require thecodingmachine/doctrine-migrations-universal-module

安装完成后,您需要将 TheCodingMachine\DoctrineMigrationsServiceProvider 注册到您的容器中。

如果您的容器支持 thecodingmachine/discovery 集成,则无需执行任何操作。否则,请参阅您的框架或容器文档了解如何注册 服务提供者

简介

此服务提供者旨在为您的应用程序添加对 Doctrine 迁移的支持。预计您的应用程序已经拥有 Doctrine DBAL 连接和 Symfony Console。

这两个包都是此包的依赖项。

预期值/服务

服务提供者 预期以下配置/服务可用

提供的服务

服务提供者 提供以下服务

扩展服务

服务提供者 扩展以下服务

项目模板由 thecodingmachine/service-provider-template 提供