evans/yii2-backup
Composer 安装命令:
composer require evans/yii2-backup
包简介
yii2 db backup and restore
关键字:
README 文档
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
统计信息
- 总下载量: 12
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-08-02



