evans/yii2-backup

yii2 db backup and restore

Installs: 12

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 1

Open Issues: 0

Type:yii2-extension

1.0 2018-08-02 13:37 UTC

This package is not auto-updated.

Last update: 2024-10-13 05:29:15 UTC


README

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

##部分截图: 图片名称

图片名称

图片名称

图片名称