2017 © Pedro Peláez
 

symfony-bundle doctrine-table-prefix-bundle

Bundle for Symfony2 and Doctrine2 that allow prefixing yours databases tables.

image

th3mouk/doctrine-table-prefix-bundle

Bundle for Symfony2 and Doctrine2 that allow prefixing yours databases tables.

  • Friday, October 14, 2016
  • by Th3Mouk
  • Repository
  • 1 Watchers
  • 1 Stars
  • 545 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 4 % Grown

The README.md

DoctrineTablePrefixBundle

Bundle for Symfony2 and Doctrine2 that allow prefixing yours databases tables., (*1)

SensioLabsInsight Latest Stable Version Total Downloads Build Status Latest Unstable Version License, (*2)

Installation

First: Download DoctrineTablePrefixBundle using composer

Using command line, (*3)

composer require th3mouk/doctrine-table-prefix-bundle

Or editing composer.json :, (*4)

{
    "require": {
        "th3mouk/doctrine-table-prefix-bundle": "^1.0"
    }
}

Second : Enable the bundle

Enable the bundle in the kernel:, (*5)

``` php <?php // app/AppKernel.php, (*6)

public function registerBundles() { $bundles = array( // ... new Th3mouk\DoctrineTablePrefixBundle\Th3moukDoctrineTablePrefixBundle(), // ... ); }, (*7)


### Finally : Choose your prefix Default prefix is "sf2_". You can change the prefix in your configuration: ```yml # app/config/config.yml th3mouk_doctrine_table_prefix: prefix: sf2_

The Versions

14/10 2016

dev-master

9999999-dev

Bundle for Symfony2 and Doctrine2 that allow prefixing yours databases tables.

  Sources   Download

MIT

The Requires

 

by Marodon Jérémy

doctrine table symfony prefix

14/06 2014

dev-develop

dev-develop

Bundle for Symfony2 and Doctrine2 that allow prefixing yours databases tables.

  Sources   Download

MIT

The Requires

 

by Marodon Jérémy

doctrine table symfony prefix

14/06 2014

1.0.1

1.0.1.0

Bundle for Symfony2 and Doctrine2 that allow prefixing yours databases tables.

  Sources   Download

MIT

The Requires

 

by Marodon Jérémy

doctrine table symfony prefix