Skip to content

Latest commit

 

History

History
executable file
·
20 lines (12 loc) · 393 Bytes

File metadata and controls

executable file
·
20 lines (12 loc) · 393 Bytes

Erdinger - an ERD diagram generator for cakePHP

Installation

Add to following to Config/bootstrap.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.