PHP code example of sanjeev-kr / laravel-mysqlbackup
1. Go to this page and download the library: Download sanjeev-kr/laravel-mysqlbackup 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/ */
sanjeev-kr / laravel-mysqlbackup example snippets
php artisan make:mysqlbackup mybackup sql
php artisan make:mysqlbackup mybackup sql.gz