efureev/yii2-backuprestore

Database Backup and Restore functionality

Installs: 25

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 10

Type:yii2-extension

dev-master 2015-07-28 08:11 UTC

This package is auto-updated.

Last update: 2024-03-29 02:34:04 UTC


README

Database Backup and Restore functionality

This extension is base in: https://github.com/efureev/yii2-backuprestore and other yii1 similar backup-restore extensions I converted to yii2 and made it more intuitive using the Kartik extensions.

Demo

Simple demo to see the screens and a proof of concept http://yii2.oe-lab.tk/

Installation

Requirements

Either run

php composer.phar require --prefer-dist efureev/yii2-backuprestore "dev-master"

or add

"efureev/yii2-backuprestore": "dev-master"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply add it in your config by :

Basic config/web.php

Advanced [backend|frontend|common]/config/main.php

    'backuprestore' => [
        'class' => '\oe\modules\backuprestore\Module',
        //'layout' => '@admin-views/layouts/main', or what ever layout you use
        ...
        ...
    ],

make sure you create a writable directory named _backup on app root directory.

Pretty Url's /backuprestore