2017 © Pedro Peláez
 

library laravel-dbbackup

Laravel Database backup package.

image

webelightdev/laravel-dbbackup

Laravel Database backup package.

  • Wednesday, February 8, 2017
  • by yashbarot
  • Repository
  • 2 Watchers
  • 4 Stars
  • 22 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 5 % Grown

The README.md

Laravel Database backup plugin

Software License Build Status StyleCI Scrutinizer Code Quality Code Coverage Total Downloads, (*1)

Take Database backup in Laravel using following command, (*2)

php artisan run:dbbackup

Let's take backup of specific tables only using following command, (*3)

php artisan run:dbbackup --tables=table1,table2,table3

Ahaa Supercool, You can use this command to backup your Log tables separatly., (*4)

Requirements

  • Laravel Filesystem
  • Mysql Installed (mysqldump)

Installation

To get the latest version of Laravel DbBackup, run following using Composer :, (*5)

composer require webelightdev/laravel-dbbackup dev-master

Or, you may manually update require block and run composer update, (*6)

    "require": {
        "webelightdev/laravel-dbbackup": "dev-master"
    }

Once Laravel DbBackup is installed, You need to register the Service Provider in config/app.php, Add following in providers :, (*7)

Webelightdev\LaravelDbBackup\DbBackupServiceProvider::class,

composer dump-autoload will be required., (*8)

To publish the config,, (*9)

php artisan vendor:publish --provider="Webelightdev\LaravelDbBackup\DbBackupServiceProvider"

License

The MIT License (MIT). Please see License File for more information., (*10)

The Versions

08/02 2017

v1.x-dev

1.9999999.9999999.9999999-dev

Laravel Database backup package.

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

by Yash Barot

database webelightdev dbbackup laravel-dbbackup

08/02 2017

dev-master

9999999-dev

Laravel Database backup package.

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

by Yash Barot

database webelightdev dbbackup laravel-dbbackup

08/02 2017

v1

1.0.0.0

Laravel Database backup package.

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

by Yash Barot

database webelightdev dbbackup laravel-dbbackup