๐ Symfony Bundle to generate database diagrams.
composer config extra.symfony.allow-contrib true
composer require jawira/doctrine-diagram-bundle --dev
Run this command to generate an ER diagram:
bin/console doctrine:diagram:er
Then 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...