Download the PHP package kevincobain2000/laravel-erd without Composer
On this page you can find all versions of the php package kevincobain2000/laravel-erd. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kevincobain2000/laravel-erd
More information about kevincobain2000/laravel-erd
Files in kevincobain2000/laravel-erd
Download kevincobain2000/laravel-erd
More information about kevincobain2000/laravel-erd
Files in kevincobain2000/laravel-erd
Vendor kevincobain2000
Package laravel-erd
Short Description A tool to automatically generate interactive ERD relationships in Models for Laravel
License MIT
Homepage https://github.com/kevincobain2000/laravel-erd
Package laravel-erd
Short Description A tool to automatically generate interactive ERD relationships in Models for Laravel
License MIT
Homepage https://github.com/kevincobain2000/laravel-erd
Please rate this library. Is it a good library?
Informations about the package laravel-erd
Laravel ERD Generator
Automatically generate interactive ERD from Models relationships in Laravel.
- This package provides a CLI to automatically generate interactive ERD by looking into relationships setup inside Models.
- The tool's interface is available to get JSON data of relationships and table schema from Models to be used by visual charts libraries of your choice such as d3.js etc
- Output is an interactive ERD (Entity Relation Diagram) powered by HTML and JS (GOJS).
Lang | Link |
---|---|
Details | Medium Article |
Demo | Online Demo |
Requirements
Lang | Version |
---|---|
PHP | 7.4 or 8.0 |
Laravel | 6. or 8. |
Installation
You can install the package via composer:
You can publish the config file with:
Usage
You can access the ERD in localhost:3000/erd
or generate a static HTML
ERD HTML is generated inside docs/
.
Sample
Screenshot
Get JSON output
Sample JSON output
Testing
Changelog
- Initial Release - POC
All versions of laravel-erd with dependencies
PHP Build Version
Package Version
The package kevincobain2000/laravel-erd contains the following files
Loading the files please wait ....