2017 © Pedro Peláez
 

yii2-extension yii2-backuprestore

Database Backup and Restore functionality

image

open-ecommerce/yii2-backuprestore

Database Backup and Restore functionality

  • Sunday, February 12, 2017
  • by eduardosilva
  • Repository
  • 5 Watchers
  • 9 Stars
  • 1,692 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 12 Forks
  • 11 Open issues
  • 2 Versions
  • 2 % Grown

The README.md

Yii2 Backup and Restore Database

Database Backup and Restore functionality, (*1)

This extension is base in: https://github.com/spanjeta/yii2-backup 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 I am usin some Kartik extensions that you will need to install and configure in order to work: php composer.phar require kartik-v/yii2-grid "" php composer.phar require kartik-v/yii2-widget-fileinput "", (*4)

The preferred way to install this extension is through composer., (*5)

Either run, (*6)

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

or add, (*7)

"open-ecommerce/yii2-backuprestore": "dev-master"

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

Usage

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

Basic config/web.php, (*10)

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

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

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

Pretty Url's /backuprestore, (*14)

No pretty Url's index.php?r=backuprestore, (*15)

The Versions

12/02 2017

dev-master

9999999-dev

Database Backup and Restore functionality

  Sources   Download

Apache-2.0

The Requires

 

database yii2 backup restore

12/02 2017

v1.0

1.0.0.0

Database Backup and Restore functionality

  Sources   Download

Apache-2.0

The Requires

 

database yii2 backup restore