PHP code example of julianpitt / dbmanager

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

    

julianpitt / dbmanager example snippets

 php
...
    'JulianPitt\DBManager\DBManagerServiceProvider',
...
 bash
$ php artisan vendor:publish --provider="JulianPitt\DBManager\DBManagerServiceProvider" --tag="public"
 bash
php artisan dbman:backup
 bash
php artisan dbman:restore
 php
DBManager::hasPermission( {filesystem name} );
DBManager::backup();
DBManager::backup( {options array} );