2017 © Pedro Peláez
 

symfony-bundle doctrine-prefix-bundle

Symfony DoctrinePrefixBundle

image

mkurc1/doctrine-prefix-bundle

Symfony DoctrinePrefixBundle

  • Saturday, November 26, 2016
  • by mkurc1
  • Repository
  • 1 Watchers
  • 0 Stars
  • 309 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 5 % Grown

The README.md

DoctrinePrefixBundle

The bundle added prefix before entity table name. This bundle is for Symfony Framework., (*1)

SensioLabsInsight, (*2)

Configure

Require the bundle with composer:, (*3)

$ composer require mkurc1/doctrine-prefix-bundle

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

<?php
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new DoctrinePrefixBundle\DoctrinePrefixBundle(),
        // ...
    );
}

Configure your application:, (*5)

# app/config/config.yml
doctrine_prefix:
    table_prefix: 'your_prefix'

Update your database schema:, (*6)

$ php app/console doctrine:schema:update --force

License

The bundle is released under the MIT License., (*7)

The Versions

26/11 2016

dev-master

9999999-dev http://bitapp.pl

Symfony DoctrinePrefixBundle

  Sources   Download

MIT

The Requires

 

by Michał Kurcewicz

database doctrine symfony prefix

26/11 2016

1.0.1

1.0.1.0 http://bitapp.pl

Symfony DoctrinePrefixBundle

  Sources   Download

MIT

The Requires

 

by Michał Kurcewicz

database doctrine symfony prefix

04/07 2016

1.0.0

1.0.0.0 http://bitapp.pl

Symfony DoctrinePrefixBundle

  Sources   Download

MIT

The Requires

 

by Michał Kurcewicz

database doctrine symfony prefix