PHP code example of recca0120 / laravel-erd

1. Go to this page and download the library: Download recca0120/laravel-erd 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/ */

    

recca0120 / laravel-erd example snippets


php artisan erd:generate --file=laravel-erd.svg
bash
php artisan erd:generate
bash
php artisan erd:generate --file=exclude-users.sql --excludes=users
bash
php artisan erd:install