2017 © Pedro Peláez
 

library database-backup

Database backup package for Laravel.

image

torann/database-backup

Database backup package for Laravel.

  • Tuesday, May 29, 2018
  • by torann
  • Repository
  • 1 Watchers
  • 2 Stars
  • 306 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Database Backup

Latest Stable Version Total Downloads Patreon donate button Donate weekly to this project using Gratipay Donate to this project using Flattr Donate to this project using Paypal, (*1)

Uncomplicated database backup package for Laravel 5., (*2)

Installation

Composer

From the command line run:, (*3)

$ composer require torann/database-backup

Laravel

Once installed you need to register the service provider with the application. Open up config/app.php and find the providers key., (*4)

``` php 'providers' => [, (*5)

Torann\DatabaseBackup\DatabaseBackupServiceProvider::class,

], (*6)


### Lumen For Lumen register the service provider in `bootstrap/app.php`. ``` php $app->register(Torann\DatabaseBackup\DatabaseBackupServiceProvider::class);

Publish the configurations

Run this on the command line from the root of your project:, (*7)

$ php artisan vendor:publish --provider="Torann\DatabaseBackup\DatabaseBackupServiceProvider" --tag=config

A configuration file will be publish to config/database-backups.php., (*8)

Commands

php artisan db:backup

Dump the default database., (*9)

Change Log

v0.1.0

  • First release

The Versions

29/05 2018

dev-master

9999999-dev

Database backup package for Laravel.

  Sources   Download

BSD 2-Clause

The Requires

 

The Development Requires

03/11 2016

0.1.0

0.1.0.0

Database backup package for Laravel.

  Sources   Download

BSD 2-Clause

The Requires

 

The Development Requires