---
title: "Generate Entity-Relationship Diagrams with Laravel"
url: https://daily.dev/posts/generate-entity-relationship-diagrams-with-laravel-4mp5ae4ey
source_url: https://laravel-news.com/laravel-entity-relationshiop-diagrams
type: article
source: "Laravel News"
published: 2024-09-03T13:11:09.884Z
updated: 2024-11-08T08:06:09.890Z
tags: ["webdev", "github", "laravel", "mysql"]
reading_time: 1
upvotes: 139
comments: 4
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Generate Entity-Relationship Diagrams with Laravel

**[Laravel News](https://daily.dev/sources/ln)** · 1 min read · 139 upvotes · 4 comments

## Summary

The Laravel ERD package allows for automatic generation of Entity-Relationship Diagrams from Laravel models with ease and provides visually appealing results. It offers advanced instructions for excluding tables and generating SVG files. While still under development, users can find installation and usage instructions on GitHub.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://laravel-news.com/laravel-entity-relationshiop-diagrams>

## Community discussion

Top comments from developers on daily.dev.

**@tanvirshaikh** · 1 upvotes

> this is cool. recently came across [chartdb.io](chartdb.io). i was using that to visualize db. but i didn't get how to import directly from model as you mentioned here. can you help ?

**@marcodantino** · 0 upvotes

> It's great, as an alternative I recommend https://dbdiagram.io/ and using Laravel

**@lidonation** · 0 upvotes

> Exactly what we've been looking for for an upcoming project.

**@hackhit** · 0 upvotes

> I have been using it for a long time and I have always found it quite practical. Its model works for me in medium-impact projects.

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments
- [CNCF Unveils Schedule for KubeCon \+ CloudNativeCon Europe 2026](https://daily.dev/posts/cncf-unveils-schedule-for-kubecon-cloudnativecon-europe-2026-ikhcoa5cb) · CNCF · 2 upvotes · 0 comments
- [CNCF Debuts KubeCon \+ CloudNativeCon Japan 2026 Schedule](https://daily.dev/posts/cncf-debuts-kubecon-cloudnativecon-japan-2026-schedule-xp5pyudub) · CNCF · 1 upvotes · 0 comments

---

Tags: [#webdev](https://daily.dev/tags/webdev), [#github](https://daily.dev/tags/github), [#laravel](https://daily.dev/tags/laravel), [#mysql](https://daily.dev/tags/mysql)

[View this post on daily.dev](https://daily.dev/posts/generate-entity-relationship-diagrams-with-laravel-4mp5ae4ey)
