probesys/validate-schema-bundle

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (v2.1.0) of this package.

Doctrine validate schema command

v2.1.0 2012-07-27 11:21 UTC

This package is not auto-updated.

Last update: 2022-02-01 12:20:54 UTC


README

Description

Adds Docrine2 Validate Shema to Symfony2 app/console

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

Installation

  1. Add the following to your composer.json

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

  2. run :

    php composer.phar update

  3. Add this line to your AppKernal :

    new Probesys\ValidateSchemaBundle\ProbesysValidateSchemaBundle(),

Using

From the root of your symfony project :

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