PHP code example of christyoga123 / db-structure-viewer
1. Go to this page and download the library: Download christyoga123/db-structure-viewer 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/ */
christyoga123 / db-structure-viewer example snippets
bash
php artisan db:structure --list
bash
php artisan db:structure users
bash
php artisan db:structure users --migrations
bash
php artisan db:structure