Download the PHP package recca0120/laravel-erd without Composer
On this page you can find all versions of the php package recca0120/laravel-erd. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download recca0120/laravel-erd
More information about recca0120/laravel-erd
Files in recca0120/laravel-erd
Package laravel-erd
Short Description Laravel ERD automatically generates Entity-Relationship Diagrams from your Laravel models and displays them using Vuerd.
License MIT
Informations about the package laravel-erd
Laravel ERD
Laravel ERD automatically generates Entity-Relationship Diagrams from your Laravel models and displays them using erd-editor.
Preview
Here's a sample of what you can expect, generated from migrations and models:
Requirements
Lang | Version |
---|---|
PHP | 7.4, 8.0, 8.1, 8.2, 8.3 |
Laravel | 8, 9, 10, 11 |
Installation
Install the package via Composer:
Usage
Step 1: Generate the ERD
Run the following command:
Step 2: View the ERD
Open the following URL in your browser:
Advanced Usage
Exclude Tables and Save to a Different Filename
step 1.
Run the command:
step 2.
Open the URL:
http://localhost/laravel-erd/exclude-users
Generate an SVG Version
step 1.
Install erd-go and graphviz-dot.js using:
step 2.
Generate the SVG file:
step 3.
View the SVG version:
http://localhost/laravel-erd/laravel-erd.svg
The SVG file can be found at storage/framework/cache/laravel-erd.
Feel free to ask if you have any questions or need further assistance!
All versions of laravel-erd with dependencies
illuminate/collections Version ^8.0|^9.0|^10.0|^11.0
illuminate/database Version ^8.0|^9.0|^10.0|^11.0
illuminate/filesystem Version ^8.0|^9.0|^10.0|^11.0
nikic/php-parser Version ^5.1.0
php-http/client-common Version ^2.7