承接 ruvents/doctrine-fixes-bundle 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

ruvents/doctrine-fixes-bundle

最新稳定版本:0.1.1

Composer 安装命令:

composer require ruvents/doctrine-fixes-bundle

包简介

RUVENTS Doctrine Fixes Bundle

README 文档

README

Installation

  1. Install the package via composer:

    $ composer require ruvents/doctrine-fixes-bundle:~0.1.0
  2. Register the bundle:

    <?php
    // app/AppKernel.php
    
    class AppKernel extends Kernel
    {
        public function registerBundles()
        {
            $bundles = [
                // ...
                new Ruvents\DoctrineFixesBundle\RuventsDoctrineFixesBundle(),
            ];
        }
    }

Configuration

# app/Resources/config.yml

ruvents_doctrine_fixes:
    # connection name
    default:
        # all fixes are disabled by default and can be enabled with null
        schema_namespace_fix: ~
    
    another_connection:
        # ...

Fixes

Schema namespace fix (doctrine/dbal#1110)

        # ...
        schema_namespace_fix:
            # namespace is null by default
            # $platform->getDefaultSchemaName() is used in this case
            namespace: 'public'

统计信息

  • 总下载量: 101.94k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 10
  • 点击次数: 0
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 8
  • Watchers: 6
  • Forks: 3
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2017-03-21