PHP code example of serkansyalcin / database-backup-manager

1. Go to this page and download the library: Download serkansyalcin/database-backup-manager 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/ */

    

serkansyalcin / database-backup-manager example snippets

bash
php artisan backup:database --format=sql
bash
php artisan backup:database --format=sql
bash
php artisan backup:database --format=csv
bash
php artisan backup:database --format=json