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
- Host: GitHub
- URL: https://github.com/appsynergy/erdinger
- Owner: AppSynergy
- Created: 2013-03-13T03:08:38.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-05-15T14:09:09.000Z (about 12 years ago)
- Last Synced: 2025-03-22T15:01:53.830Z (over 1 year ago)
- Language: JavaScript
- Size: 293 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.