SilverGraph icon indicating copy to clipboard operation
SilverGraph copied to clipboard

Generates data model visualisations from SilverStripe DataObjects, displaying database fields, relations and ancestry

Results 5 SilverGraph issues
Sort by recently updated
recently updated
newest added

Hi, your module made me aware of Graphviz as a way to visualize structural data, thanks for this! I am now using dot to visualise workflows in a (yet unpublished)...

Hey When trying to run SilverGraph/png, it throws "Couldn't execute dot command, ensure graphviz is installed and 'dot' postpended to your graphviz path. See README.md. Shell error: sh: dot: command...

I'm using this as part of reviewing the structure for the `shop` module, so I'm wanting this url to create a diagram of only the shop module: `/Silvergraph/png?location=shop`. It does...

I think it would be beneficial if certain class attributes could be hidden from a table. See `Member` here, if we could hide all the hash items etc. that would...