Skip to content

EvansYe2/yii2-backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yii2-backup

Installation

The preferred way to install this extension is through composer.

To install, either run

$ php composer.phar require evans/yii2-backup "dev-master"

or add

"evans/yii2-backup": "dev-master"

to the require section of your composer.json file.

Usage

'modules' => [
        'db' => [
            'class' => 'evans\backup\Module',
        ],
    ],

访问:

数据备份: ?r=db/export

数据还原: ?r=db/import

##部分截图: 图片名称

图片名称

图片名称

图片名称