benmacha/diagram-bundle

Symfony Diagram Bundle

Installs: 60

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 2

Forks: 0

Open Issues: 0

Language:JavaScript

Type:symfony-bundle

1.1.1 2024-03-04 12:41 UTC

This package is auto-updated.

Last update: 2024-03-04 12:50:05 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License PHP Version Require

"DiagramBundle" is a tool designed to facilitate the drawing of entities in a database and the relationships that connect them.

picture.png?raw=true

Installation

Add the benmacha/diagram-bundle package to your require section in the composer.json file.

$ composer require benmacha/diagram-bundle ^1.0

Add the DiagramBundle in bundles.php:

<?php

return [
    // ...
    Benmacha\DiagramBundle\DiagramBundle::class => ['all' => true],
    // ...
];

Configure the Bundle in your routes.yml:

benmacha_diagram:
    resource: "@DiagramBundle/Resources/config/routing/routes.yml"
    prefix: /diagram

Dump js and css file

$ php app/console assets:install --symlink

By D'Ali Ben Macha contact@benmacha.tn https://benmacha.tn