laravel-erd
laravel-erd copied to clipboard
Automatically generate ERD Diagrams from Model's relations in Laravel
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.  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...
 Might be out of scope but just want to let you know. Just a warning though
`Before`  `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`  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? 