nocte/modeldiver

Explore your Laravel database relations

Installs: 23

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:JavaScript

0.0.3 2023-08-31 10:31 UTC

This package is auto-updated.

Last update: 2024-04-30 00:40:05 UTC


README

Devtool to visualize your Laravel project model relations in an automatically generated ERD diagram

Screenshot 2023-08-28 at 17 31 43

Note This package is in very early development stage, consider it pre-alpha

Installation

You can install the package via composer:

composer require --dev nocte/modeldiver

Note it's highly not recommended running this package in a production environment

Usage

Just navigate to [your-project-url]/modeldiver

It might take a while to load the first time, depending on how many tables and models you have You will have to manually drag each table in position

Roadmap

  • Generate tables in ther right places (not on top of each other)
  • Improve arrows
  • Auto regenerate diagram if models change
  • Add button to manually regenerate diagram