dev-master
9999999-dev https://github.com/dlabas/DlcDiagrammA simple digramm module for Zend Framework 2 based applications.
MIT
The Requires
by Daniel Labas
zf2 module
Wallogit.com
2017 © Pedro Peláez
A simple digramm module for Zend Framework 2 based applications.
A simple digramm module for Zend Framework 2 based applications., (*1)
This module is currently under heavy development., (*2)
Comming soon..., (*3)
./vendor/../vendor/ directory.Add this project and DlcDiagramm in your composer.json:, (*4)
"require": {
"dl-commons/dlc-diagramm": "dev-master"
}
Now tell composer to download DlcDiagramm by running the command:, (*5)
```bash $ php composer.phar update, (*6)
Enabling it in your application.config.phpfile., (*7)
```php <?php return array( 'modules' => array( // ... 'DlcBase', 'DlcDiagramm', ), // ... );, (*8)
A simple digramm module for Zend Framework 2 based applications.
MIT
zf2 module