laravel-erd icon indicating copy to clipboard operation
laravel-erd copied to clipboard

Automatically generate ERD Diagrams from Model's relations in Laravel

Results 9 laravel-erd issues
Sort by recently updated
recently updated
newest added

I'm using Laravel Sanctum and noticed the personal_access_tokens table didn't show up in this brilliant ERD. I believe it uses a MorphMany relationship. ```php namespace App\Models\Organization; class Organization { use...

With a big schema, There are a lot of overlapping elements. ![image](https://user-images.githubusercontent.com/3810177/131693501-96714528-e2a1-4d0c-bbdb-a479a98d3561.png) Thank you for the wonderful package

Greetings. I am a new programmer. Just wondering if anyone else has a problem with installation. REALLY want to use laravel-erd! _composer require kevincobain2000/laravel-erd --dev_ `spatie/laravel-package-tools[1.11.0, ..., 1.11.3] require illuminate/contracts...

![image](https://user-images.githubusercontent.com/3810177/132572339-2b0c8e1b-14dd-4d2a-b80e-dd44aa5d6ebb.png) Might be out of scope but just want to let you know. Just a warning though

`Before` ![beforeBrowserRefresh](https://github.com/kevincobain2000/laravel-erd/assets/72491828/967f0d8b-0102-4af0-9cd8-7eae52926333) `this is my arrangement.` I've found that everytime I refresh the browser, the positioning of the table was turn to shuffle. (see the image below) `After` ![afterBrowserRefresh](https://github.com/kevincobain2000/laravel-erd/assets/72491828/90238147-263d-452d-878b-4f3ea41020e3) it...

All of my tables that have the `belongsToMany` relationship are being left off. Could you add support to display these relationships in the ERD? ![erd](https://github.com/user-attachments/assets/49fa5e61-dca6-450e-8229-b76bd9069d80)