2017 © Pedro Peláez
 

symfony-bundle doctrine-schema-update-bundle

Disable the doctrine:schema:update command. Force using migration method.

image

webtown/doctrine-schema-update-bundle

Disable the doctrine:schema:update command. Force using migration method.

  • Tuesday, March 29, 2016
  • by fchris82
  • Repository
  • 2 Watchers
  • 0 Stars
  • 1,133 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 20 % Grown

The README.md

Webtown Doctrine Schema Update Bundle

This bundle are blocking the doctrine:schema:update command., (*1)

Install

Via Composer, (*2)

Register in composer:, (*3)

``` json "require": { // ... "webtown/doctrine-schema-update-bundle": "~1.0", // ... }, "repositories": [ { "type": "vcs", "url": "git@github.com:webtown-php/DoctrineSchemaUpdateBundle.git" } ],, (*4)


``` bash $ composer update webtown/doctrine-schema-update-bundle

And register in the app/AppKernel.php, AFTER the DoctrineBundle:, (*5)

``` php <?php class AppKernel extends Kernel { public function registerBundles() { $bundles = array( //... new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(), //... // Afer the DoctrineBundle new Webtown\DoctrineSchemaUpdateBundle\WebtownDoctrineSchemaUpdateBundle(), //... ); } }, (*6)


## Usage ``` php $skeleton = new League\Skeleton(); echo $skeleton->echoPhrase('Hello, League!');

Change log

Please see CHANGELOG for more information what has changed recently., (*7)

Testing

bash $ composer test, (*8)

Contributing

Please see CONTRIBUTING and CONDUCT for details., (*9)

Security

If you discover any security related issues, please email :author_email instead of using the issue tracker., (*10)

License

The MIT License (MIT). Please see License File for more information., (*11)

The Versions

29/03 2016

dev-master

9999999-dev https://github.com/webtown-php/DoctrineSchemaUpdateBundle.git

Disable the doctrine:schema:update command. Force using migration method.

  Sources   Download

MIT

The Requires

  • php ~5.5|~7.0

 

The Development Requires

doctrine

29/03 2016

1.0.1

1.0.1.0 https://github.com/webtown-php/DoctrineSchemaUpdateBundle.git

Disable the doctrine:schema:update command. Force using migration method.

  Sources   Download

MIT

The Requires

  • php ~5.5|~7.0

 

The Development Requires

doctrine

29/03 2016

1.0

1.0.0.0 https://github.com/webtown-php/doctrine-schema-update-bundle.git

Disable the doctrine:schema:update command. Force using migration method.

  Sources   Download

MIT

The Requires

  • php ~5.5|~7.0

 

The Development Requires

doctrine