PHP code example of mightymango / quick-db

1. Go to this page and download the library: Download mightymango/quick-db 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/ */

    

mightymango / quick-db example snippets


return [
    /*
     * An array of tables to skip when displaying a list of tables
     */
    'skip' => [

    ]
];
bash
php artisan vendor:publish --tag=quick-db-config
bash
php artisan db:table users
php artisan db_tables