jhuddle/laravel-mermaid

Automatic generation of Mermaid diagrams from Laravel app structure.

v1.0.0 2025-06-04 00:00 UTC

This package is auto-updated.

Last update: 2025-06-04 00:26:36 UTC


README

Automatic generation of Mermaid diagrams from Laravel app structure.

Installation

From Packagist:

composer require --dev jhuddle/laravel-mermaid

From local environment:

Add the following to the repositories array in your composer.json, altering the path as necessary:

    "repositories": [
        ...,
        {
            "type": "path",
            "url": "../jhuddle/laravel-mermaid"
        }
    ]

and then run composer require --dev jhuddle/laravel-mermaid as above.

Usage

Please see php artisan export:mermaid --help.