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
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2025-04-27 08:34:24 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