Skip to content

BenCavens/laravel-backup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

laravel-backup Build Status

Backup and restore database support for Laravel 4 applications

Installation

  1. Add the following to your composer.json and run composer update

    {
        "require": {
            "schickling/backup": "dev-master"
        }
    }
  2. Add Schickling\Backup\BackupServiceProvider to your config/app.php

Usage

Backup

Creates a dump file in app/storage/dumps

php artisan db:backup

Restore

Coming soon!

About

Backup and restore database support for Laravel 4 applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%