jhuddle / laravel-mermaid
Automatic generation of Mermaid diagrams from Laravel app structure.
v1.0.0
2025-06-04 00:00 UTC
Requires
- barryvdh/laravel-ide-helper: ^2.12
- composer/class-map-generator: ^1.0.0
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
.