An open API service indexing awesome lists of open source software.

https://github.com/appsynergy/erdinger

An ERD diagram generator for cakePHP
https://github.com/appsynergy/erdinger

Last synced: about 1 year ago
JSON representation

An ERD diagram generator for cakePHP

Awesome Lists containing this project

README

          

## Erdinger - an ERD diagram generator for cakePHP ##

Installation
============

Add to following to `Config/bootstrap.php`:

````php
CakePlugin::load('Erdinger', array('routes' => true));
````

Usage
=====

Navigate to: `http://{YOUR APP}/erd`.

Note: This plugin doesn't intelligently place your models,
but you can drag and drop the models around the canvas to get the best appearance.