Download the PHP package kabochan73/er-generate without Composer
On this page you can find all versions of the php package kabochan73/er-generate. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kabochan73/er-generate
More information about kabochan73/er-generate
Files in kabochan73/er-generate
Download kabochan73/er-generate
More information about kabochan73/er-generate
Files in kabochan73/er-generate
Vendor kabochan73
Package er-generate
Short Description Generate Mermaid ER diagrams from Laravel migration files
License MIT
Package er-generate
Short Description Generate Mermaid ER diagrams from Laravel migration files
License MIT
Please rate this library. Is it a good library?
Informations about the package er-generate
er-generate
A Laravel package that generates Mermaid ER diagrams from your migration files.
Requirements
- PHP 8.1+
- Laravel 10, 11, 12, or 13
Installation
The service provider is auto-discovered by Laravel — no manual registration needed.
Usage
Generates er.html in the current directory. Open it in any browser to view the diagram.
Output
er.html — a standalone HTML file with an interactive Mermaid ER diagram.
Relationships are automatically detected from foreignId()->constrained() and foreign()->references()->on() syntax.
License
MIT
All versions of er-generate with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
illuminate/support Version ^10.0|^11.0|^12.0|^13.0
illuminate/console Version ^10.0|^11.0|^12.0|^13.0
illuminate/support Version ^10.0|^11.0|^12.0|^13.0
illuminate/console Version ^10.0|^11.0|^12.0|^13.0
The package kabochan73/er-generate contains the following files
Loading the files please wait ...