Download the PHP package dgtlss/easyerd without Composer
On this page you can find all versions of the php package dgtlss/easyerd. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package easyerd
EasyERD
A Laravel package to generate ERD (Entity Relationship Diagram) diagrams from your models and migrations.
Features
- Generate ERD diagrams from Laravel models and migrations
- Output in multiple formats (PDF, PNG, SVG, JPG)
- Text-based ERD representation
- Configurable table styles and relationships
- Exclude specific tables from diagrams
- Customizable output paths
- Dark mode support
- High-resolution image settings
- Grid-friendly layout options
Installation
Usage
Generate ERD
Options
--type: Type of ERD to generate (image, text, both) - Default: both--output: Custom output path for the ERD files--format: Image format (pdf, png, svg, jpg) - Default: pdf
Examples
Configuration
Publish the configuration file:
This will create config/easyerd.php with the following options:
Requirements
- PHP 8.3+
- Laravel 11.0 or 12.0
- Graphviz (for image generation)
Installing Graphviz
macOS:
Ubuntu/Debian:
Windows: Download from Graphviz official website
All versions of easyerd with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.3
illuminate/support Version ^11.0|^12.0
illuminate/console Version ^11.0|^12.0
illuminate/database Version ^11.0|^12.0
illuminate/support Version ^11.0|^12.0
illuminate/console Version ^11.0|^12.0
illuminate/database Version ^11.0|^12.0
The package dgtlss/easyerd contains the following files
Loading the files please wait ...