laravel-er-diagram-generator icon indicating copy to clipboard operation
laravel-er-diagram-generator copied to clipboard

Generate entity relation diagrams from your Laravel model files.

Results 44 laravel-er-diagram-generator issues
Sort by recently updated
recently updated
newest added

![Screen Shot 2020-07-23 at 11 26 15 AM](https://user-images.githubusercontent.com/4838480/88305465-8cc55900-ccd7-11ea-98ff-fb664cae4768.png) Here I have uploaded screenshot.

Good Evening! I love your application and consider it a life-saver, however the default config file does not give the same output as shown on the README. Please provide us...

I have `EmailMessage` and `EmailAttachment` models with 1:M relationship defined. It makes sense on `EmailAttachment` to have method: public function message() { return $this->belongsTo(EmailMessage::class); } And on `EmailMessage`: public function...

good first issue

I have a ton of classes, several of which are M:M relationships. Could you make a config support to ignore showing pivot table, and leave only relationship there? For example...

good first issue

Hello, Someone knows good settings for generate a beautiful diagram? Thanks for reply?

Hello, first of all great repo, I love it! Could you implement the feature to ignore Laravel timestamps? I find it cluttering to see `created_at` and `updated_at` on every model...

good first issue

```shell Found 51 models. Inspecting model relations. 51/51 [============================] 100% < 1 sec/< 1 sec 46.0 MiB phpDocumentor\GraphViz\Exception An error occurred while creating the graph; GraphViz returned: Error: : syntax...

How to make the output image of a certain size? For Ex: 1920*1080 resolution?

good first issue

A bit of a non-orthodox question, I'm aware. But since Zend Thread Safety is not compiled by default in a lot of Linux distros, this sort of limits the application...

Some projects may have too many models to draw, so I add this feature about focusing some models I want to see.