octoweb/yii2-db-dump
最新稳定版本:1.0.0
Composer 安装命令:
composer require octoweb/yii2-db-dump
包简介
Module to rule your yandex metrika counters.
README 文档
README
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist octoweb/yii2-db-dump "*"
or add
"octoweb/yii2-db-dump": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply activate module in config file:
<?php ...... 'modules' => [ 'backup' => [ 'class' => 'octoweb\DbDump\Module', ], ], ...... ?>
Console
Once the extension is installed, simply activate module in config file:
<?php ...... 'modules' => [ 'backup' => [ 'class' => 'octoweb\DbDump\Module', ], ], ...... ?>
Console create
yii backup/console/create
cron
php /public_html/yii backup/console/create >> /public_html/log/crond_error.log 2>&1
统计信息
- 总下载量: 200
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-10-08