Download the PHP package roukmoute/doctrine-prefix-bundle without Composer
On this page you can find all versions of the php package roukmoute/doctrine-prefix-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download roukmoute/doctrine-prefix-bundle
More information about roukmoute/doctrine-prefix-bundle
Files in roukmoute/doctrine-prefix-bundle
Download roukmoute/doctrine-prefix-bundle
More information about roukmoute/doctrine-prefix-bundle
Files in roukmoute/doctrine-prefix-bundle
Vendor roukmoute
Package doctrine-prefix-bundle
Short Description Listener that prefixes tables and sequences
License MIT
Package doctrine-prefix-bundle
Short Description Listener that prefixes tables and sequences
License MIT
Please rate this library. Is it a good library?
Informations about the package doctrine-prefix-bundle
DoctrinePrefixBundle
This bundle prefixes tables and, if you are using PostgreSQL, sequences with a
string of your choice by changing the metadata of your entities. Prefixes are
good if you need to share a database with tables from another project, or if
you want to name your entities using reserved keywords like user
or group
.
Installation
composer require roukmoute/doctrine-prefix-bundle
Configuration
First, you need to register the bundle in your application kernel, like this :
The configuration looks as follows :
All versions of doctrine-prefix-bundle with dependencies
PHP Build Version
Package Version
Requires
doctrine/event-manager Version
^1.1
symfony/config Version 3.4.*|4.4.*
symfony/http-kernel Version 3.4.*|4.4.*
symfony/dependency-injection Version 3.4.*|4.4.*
doctrine/orm Version ^2.7
symfony/config Version 3.4.*|4.4.*
symfony/http-kernel Version 3.4.*|4.4.*
symfony/dependency-injection Version 3.4.*|4.4.*
doctrine/orm Version ^2.7
The package roukmoute/doctrine-prefix-bundle contains the following files
Loading the files please wait ....