PHP code example of wongdoody / php-uml-crafter

1. Go to this page and download the library: Download wongdoody/php-uml-crafter 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/ */

    

wongdoody / php-uml-crafter example snippets


return [
    'excludeFiles' => [
    ],

    'excludeDirectories' => [
        'bootstrap',
        'config',
        'database/migrations',
        'database',
        'lang',
        'node_modules',
        'public',
        'resources',
        'routes',
        'storage',
        'tests',
        'vendor',
    ],
];
bash
composer 
bash
php artisan vendor:publish --tag=php-uml-crafter-config
bash
php artisan uml-crafter:scan
bash
php artisan uml-crafter:generate