📐 Symfony Bundle to generate database diagrams.
composer config extra.symfony.allow-contrib true
composer require jawira/doctrine-diagram-bundle --devRun this command to generate an ER diagram:
bin/console doctrine:diagram:erThen open er.svg located at the root of your project:
https://jawira.github.io/doctrine-diagram-bundle/
This library is licensed under the MIT license.
-
jawira/plantuml
- Provides PlantUML executable and plantuml.jar
- more...
