dev-master
9999999-devDatabase Backup and Restore functionality
Apache-2.0
The Requires
by feugene.org
database yii2 backup restore
Database Backup and Restore functionality
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)
Simple demo to see the screens and a proof of concept http://yii2.oe-lab.tk/, (*3)
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)
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)
Database Backup and Restore functionality
Apache-2.0
database yii2 backup restore