2017 © Pedro Peláez
 

symfony-bundle doctrine-doc-bundle

Generates documentation for your doctrine ORM schema.

image

wizad/doctrine-doc-bundle

Generates documentation for your doctrine ORM schema.

  • Thursday, June 13, 2013
  • by wpottier
  • Repository
  • 1 Watchers
  • 15 Stars
  • 79 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

WizadDoctrineDocBundle

The WizadDoctrineDocBundle bundle allows you to generate a decent documentation for your doctrine model schema., (*1)

Installation

Add this bundle to your composer.json file:, (*2)

{
    "require": {
        "wizad/doctrine-doc-bundle": "dev-master"
    }
}

Register the bundle in app/AppKernel.php:, (*3)

// app/AppKernel.php
public function registerBundles()
{
    return array(
        // ...
        new Wizad\DoctrineDocBundle\WizadDoctrineDocBundle(),
    );
}

Usage

php app/console doctrine:generate:documentation <output_path>

The Versions

13/06 2013

dev-master

9999999-dev

Generates documentation for your doctrine ORM schema.

  Sources   Download

MIT

The Requires

 

documentation doctrine doc