laravel-mermaid maintained by jhuddle
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.