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

Hi, i try to run `php artisan generate:erd` with graphviz 2.44 (latest), but i got error. Just info, Graphviz 2.38, is working. Thanks 😄

base_path() helper function is receiving slash in official documentations. https://laravel.com/docs/5.5/helpers#method-base-path It will throw error with backslash path.

- backslash is windows only - other use forward slash, e.g. Linux based system and those would fail with default config

I have a large project with dozens of tables but I'd like to generate a graph from only a few models. Whilst this is possible using the `ignore` array, I...

Hi all, I am in doubt whether this classifies as an "issue" but for the purpose of documentation and helping others who might run into the same problem, I thought...

Hey, its there a way to support OctoberCMS models? https://octobercms.com/

help wanted

On my Many-Many relationships, the Pivot tables are generated with just the name `Pivot` in the diagram. Is it possible to show the name of them from the table name?...

If used 'User' instead of User:class it doesn't show connections

I wanted to use [beyondcode/laravel-er-diagram-generator][1] to generate diagram of my Lumen app. Installation went smoothly with no issues. When I run `php aritsan generate:erd` I get: > $ php artisan...

Just spotted this and thought that it's a quick one to fix!