PHP code example of helloarman / dumptable

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

    

helloarman / dumptable example snippets

bash
  $ php artisan storage:link
bash
  $ php artisan table:dump {table_name} 
bash
  $ php artisan table:dump {table_name} --seed
bash
  $ php artisan table:dump {table_name} --s
bash
  $ php artisan table:dump {table_name} --restore
bash
  $ php artisan table:dump {table_name} --r
bash
  $ php artisan table:backup {table_name}
bash
  $ php artisan table:restore {table_name}