PHP code example of hisee / db-digram
1. Go to this page and download the library: Download hisee/db-digram 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/ */
hisee / db-digram example snippets
Hussain\DBDigram\DbDigramServiceProvider::class,
return [
'enabled' => true,
'auth' => [
'enabled' => false,
'email' => '',
'password' => '',
'realm' => 'DB Diagram Access',
],
];
bash
php artisan vendor:publish --tag=db-digram-config