Skip to content

jhuddle/laravel-mermaid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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.

About

Automatic generation of Mermaid diagrams from Laravel app structure.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages