The ER Diagram package is highly customizable, including Graphviz options that you want to be applied to your graph, table styles, and model paths, to name a few.
For example, if your model classes live in a different namespace than the default path, you can configure multiple paths with the following configuration:
'directories' => [
app_path('models'), // app/models/
],
Check out the package configuration file for full customization and configuration details.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community