probesys / validate-schema-bundle
Doctrine validate schema command
Installs: 30
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/probesys/validate-schema-bundle
Requires
- php: >=5.3.0
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
-
Add the following to your composer.json
"probesys/validate-schema-bundle": "master",
-
run :
php composer.phar update
-
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