kevincobain2000 / laravel-erd

Automatically generate ERD Diagrams from Model's relations in Laravel
https://medium.com/web-developer/laravel-automatically-generate-interactive-erd-from-eloquent-relations-83fe65440716
138 stars 25 forks source link

Collaborate? #19

Closed bilogic closed 2 years ago

bilogic commented 2 years ago

Hi, cool stuff here!

How about basing it off https://github.com/Lt-Mayonesa/wwwsqldesigner or the original https://github.com/ondras/wwwsqldesigner

I managed to turn it into a package already, now working on the relationships, but a little lost. This guy here has some incomplete ideas about relationships http://biodesignrealworld.github.io/LaravelDatabaseDesigner/#

What do you think?

kevincobain2000 commented 2 years ago

Thanks for the invite. wwwsqldesigner looks good. My initial purpose from this lib was the json output, the diagram using gojs came as a bi-product. Feel free to use the output json to integrate it with any other diagram tool.