PHP code example of ateliee / fuelphp-er
1. Go to this page and download the library: Download ateliee/fuelphp-er library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
ateliee / fuelphp-er example snippets
'packages' => array(
'orm',
'fuelphp-er'
),
# plan text
php oil refine diagram:generate > er.puml
# pattern file type
php oil refine diagram:generate --png > er.png
php oil refine diagram:generate --svg > er.svg