You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package lets you generate entity relation diagrams by inspecting the relationships defined in your model files.
8
+
This package lets you generate entity relation diagrams by inspecting the relationships defined in your model files.
9
9
It is highly customizable.
10
10
Behind the scenes, it uses [GraphViz](https://www.graphviz.org) to generate the graph.
11
11
@@ -37,29 +37,27 @@ If you are using Laravel 5.5+, the package will automatically register the servi
37
37
38
38
## Usage
39
39
40
-
Once the package is installed, publish the configuration file using
40
+
By default, the package will automatically detect all models in your `app` directory that extend the Eloquent Model class. If you would like you explicitly define where your models are located, you can publish the configuration file using the following command.
0 commit comments