Download the PHP package alltrons/laravel-erd-modules without Composer
On this page you can find all versions of the php package alltrons/laravel-erd-modules. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download alltrons/laravel-erd-modules
More information about alltrons/laravel-erd-modules
Files in alltrons/laravel-erd-modules
Download alltrons/laravel-erd-modules
More information about alltrons/laravel-erd-modules
Files in alltrons/laravel-erd-modules
Vendor alltrons
Package laravel-erd-modules
Short Description A tool to automatically generate interactive ERD relationships in Models for Laravel, upgrated to work for modules
License MIT
Homepage https://alltrons.com/
Package laravel-erd-modules
Short Description A tool to automatically generate interactive ERD relationships in Models for Laravel, upgrated to work for modules
License MIT
Homepage https://alltrons.com/
Please rate this library. Is it a good library?
Informations about the package laravel-erd-modules
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-modules with dependencies
PHP Build Version
Package Version
The package alltrons/laravel-erd-modules contains the following files
Loading the files please wait ....