2017 © Pedro Peláez
 

yii2-extension yii2-backuprestore

Database Backup and Restore functionality

image

efureev/yii2-backuprestore

Database Backup and Restore functionality

  • Tuesday, July 28, 2015
  • by efureev
  • Repository
  • 2 Watchers
  • 0 Stars
  • 11 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 12 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Yii2 Backup and Restore Database

Database Backup and Restore functionality, (*1)

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., (*2)

Demo

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

Installation

Requirements, (*4)

Either run, (*5)

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

or add, (*6)

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

to the require section of your composer.json file., (*7)

Usage

Once the extension is installed, simply add it in your config by :, (*8)

Basic config/web.php, (*9)

Advanced [backend|frontend|common]/config/main.php, (*10)

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

make sure you create a writable directory named _backup on app root directory., (*12)

Pretty Url's /backuprestore, (*13)

The Versions

28/07 2015

dev-master

9999999-dev

Database Backup and Restore functionality

  Sources   Download

Apache-2.0

The Requires

 

by feugene.org

database yii2 backup restore