Automatic generation of Mermaid diagrams from Laravel app structure.
composer require --dev jhuddle/laravel-mermaid
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.
Please see php artisan export:mermaid --help
.