2017 © Pedro Peláez
 

symfony-bundle diagram-bundle

Symfony Diagram Bundle

image

benmacha/diagram-bundle

Symfony Diagram Bundle

  • Friday, March 9, 2018
  • by BenMacha
  • Repository
  • 1 Watchers
  • 1 Stars
  • 31 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Symfony Diagram Bundle (DiagramBundle)

Latest Stable Version Total Downloads Latest Unstable Version License PHP Version Require, (*1)

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

, (*3)

Installation

Add the benmacha/diagram-bundle package to your require section in the composer.json file., (*4)

``` bash $ composer require benmacha/diagram-bundle ^1.0, (*5)



Add the DiagramBundle in bundles.php: ``` php <?php return [ // ... Benmacha\DiagramBundle\DiagramBundle::class => ['all' => true], // ... ];

Configure the Bundle in your routes.yml:, (*6)

``` yaml benmacha_diagram: resource: "@DiagramBundle/Resources/config/routing/routes.yml" prefix: /diagram, (*7)


Dump js and css file ``` bash $ php app/console assets:install --symlink

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

The Versions

09/03 2018

dev-master

9999999-dev

Symfony Diagram Bundle

  Sources   Download

MIT

The Requires

 

by Ali Ben Macha

framework bundle symfony class diagram

23/01 2018

1.0.3

1.0.3.0

Symfony Diagram Bundle

  Sources   Download

MIT

The Requires

 

by Ali Ben Macha

framework bundle symfony class diagram

29/05 2017

1.0.1

1.0.1.0

Symfony Diagram Bundle

  Sources   Download

MIT

The Requires

 

by Ali Ben Macha

framework bundle symfony class diagram

29/05 2017

1.0.0

1.0.0.0

Symfony Diagram Bundle

  Sources   Download

MIT

The Requires

 

by Ali Ben Macha

framework bundle symfony class diagram