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

This is an automated pull request from [Shift](https://laravelshift.com) to update your package code and dependencies to be compatible with Laravel 9.x. **Before merging**, you need to: - Checkout the `l9-compatibility`...

It will allow it to install on php 8.x, 9.x etc. but ensure that at least 7.1 is available. See the above on https://getcomposer.org/doc/04-schema.md#require

PHP 8 compatibility isn't included in the composer.json.

Not sure if it was done thoroughly. But needed it for a project and it worked perfectly. Feel free to change anything.

Im recently installed the diagram generator, and when i try to run it and generate a erd diagram i get this on console: ``` PhpParser\Error Syntax error, unexpected T_STRING on...

After generated Laravel ER diagram successfully, it shows the tables relationship but didn't show database entity. ![table](https://user-images.githubusercontent.com/45725174/72797210-45e89f00-3c73-11ea-91ce-6da5e4c3e50e.png)

First Thing First... Great Package! :100: Now about issue: When you have ManyToMany relationship (via `belongsToMany`) and try to generate diagram, it will include pivot table in diagram, but without...

good first issue

This PR includes a fix for an issue encountered when using Scout in Laravel, reported as issue #59. The problem is that the `RelationshipFinder` class invokes each public, 0-param method...

Hi, Yesterday I tried to run the command. I got the following error ``` [2019-09-10 14:53:40] local.ERROR: An error occurred while creating the graph; GraphViz returned: sh: dot: command not...

I have an idea to build an interactive visualization of an ERD using d3. it would be awesome if we could get access to a raw json output of the...