Laravel ERD Generator: Easy Entity-Relationship Diagrams
Laravel ERD package generates Entity-Relationship Diagrams from Laravel models using erd-editor. Easier than MySQL workbench & results look beautiful! View installation & usage instructions on GitHub: recca0120/laravel-erd.
The Laravel ERD package automatically generates Entity-Relationship Diagrams from your Laravel models and displays them using erd-editor. As someone who recently downloaded MySQL workbench to try to generate an ERD diagram, using this package is way easier, and the results look beautiful:
I generated the ERD locally for the Pinkary.com project
The project's readme has advanced instructions on excluding tables and generating an SVG file that you can distribute to your team or with your documentation. I noticed the SVG generation was not working for me (this package is still brand new a...