ruvents/doctrine-fixes-bundle
最新稳定版本:0.1.1
Composer 安装命令:
composer require ruvents/doctrine-fixes-bundle
包简介
RUVENTS Doctrine Fixes Bundle
README 文档
README
Installation
-
Install the package via composer:
$ composer require ruvents/doctrine-fixes-bundle:~0.1.0 -
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
其他信息
- 授权协议: MIT
- 更新时间: 2017-03-21