PHP code example of alvarezallen99 / er-diagram-tool

1. Go to this page and download the library: Download alvarezallen99/er-diagram-tool 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/ */

    

alvarezallen99 / er-diagram-tool example snippets


php artisan erd:generate
bash
php artisan vendor:publish --provider="AlvarezAllen99\LaravelERD\LaravelERDServiceProvider"