benmacha/diagram-bundle
Composer 安装命令:
composer require benmacha/diagram-bundle
包简介
Symfony Diagram Bundle
README 文档
README
"DiagramBundle" is a tool designed to facilitate the drawing of entities in a database and the relationships that connect them.
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
统计信息
- 总下载量: 63
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-05-29