承接 efureev/yii2-backuprestore 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

efureev/yii2-backuprestore

Composer 安装命令:

composer require efureev/yii2-backuprestore

包简介

Database Backup and Restore functionality

README 文档

README

Database Backup and Restore functionality

This extension is base in: https://github.com/efureev/yii2-backuprestore and other yii1 similar backup-restore extensions I converted to yii2 and made it more intuitive using the Kartik extensions.

Demo

Simple demo to see the screens and a proof of concept http://yii2.oe-lab.tk/

Installation

Requirements

Either run

php composer.phar require --prefer-dist efureev/yii2-backuprestore "dev-master"

or add

"efureev/yii2-backuprestore": "dev-master"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply add it in your config by :

Basic config/web.php

Advanced [backend|frontend|common]/config/main.php

    'backuprestore' => [
        'class' => '\oe\modules\backuprestore\Module',
        //'layout' => '@admin-views/layouts/main', or what ever layout you use
        ...
        ...
    ],

make sure you create a writable directory named _backup on app root directory.

Pretty Url's /backuprestore

统计信息

  • 总下载量: 25
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 3
  • Forks: 10
  • 开发语言: PHP

其他信息

  • 授权协议: Apache-2.0
  • 更新时间: 2015-10-13