Looking to hire Laravel developers? Try LaraJobs

laravel-mermaid maintained by jhuddle

Description
Automatic generation of Mermaid diagrams from Laravel app structure.
Last update
2025/06/04 02:00 (dev-main)
License
Links
Downloads
0
Tags

Comments
comments powered by Disqus

laravel-mermaid

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.