laravel-er-diagram-generator icon indicating copy to clipboard operation
laravel-er-diagram-generator copied to clipboard

Configurable pivot tables

Open Norgul opened this issue 4 years ago • 0 comments

I have a ton of classes, several of which are M:M relationships. Could you make a config support to ignore showing pivot table, and leave only relationship there?

For example instead of:

User /belongsToMany/ Pivot /belongsToMany/ Role

Have only:

User /belongsToMany/ Role

I know I can ignore models and relations, but I don't want to not be able to see the relationship all together, just lose the pivot box which is taking my precious space :)

Norgul avatar May 31 '20 13:05 Norgul