nocte / modeldiver
Explore your Laravel database relations
Installs: 25
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:JavaScript
Requires
- php: ^8.1
- spatie/laravel-package-tools: ^1.15
README
Devtool to visualize your Laravel project model relations in an automatically generated ERD diagram
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