2017 © Pedro Peláez
 

library validate-schema-bundle

Doctrine validate schema command

image

probesys/validate-schema-bundle

Doctrine validate schema command

  • Friday, July 27, 2012
  • by purplefish32
  • Repository
  • 0 Watchers
  • 1 Stars
  • 22 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

ProbesysValidateSchemaBundle

Description

Adds Docrine2 Validate Shema to Symfony2 app/console, (*1)

Based on the work of Ulrich http://www.mon-code.net/article/26/ajouter-les-lignes-de-commande-doctrine2-symfony2, (*2)

Installation

1) Add the following to your composer.json, (*3)

"probesys/validate-schema-bundle": "master",

2) run :, (*4)

php composer.phar update

3) Add this line to your AppKernal :, (*5)

new Probesys\ValidateSchemaBundle\ProbesysValidateSchemaBundle(),

Using

From the root of your symfony project :, (*6)

php app/console probesys:doctrine:orm:validate-schema

The Versions

27/07 2012

v2.1.0

2.1.0.0 http://probesys.com

Doctrine validate schema command

  Sources   Download

The Requires

  • php >=5.3.0

 

29/06 2012

v1.0

1.0.0.0 http://probesys.com

Doctrine validate schema command

  Sources   Download

The Requires

  • php >=5.3.0