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