webelightdev/laravel-dbbackup 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

webelightdev/laravel-dbbackup

Composer 安装命令:

composer require webelightdev/laravel-dbbackup

包简介

Laravel Database backup package.

README 文档

README

Software License Build Status StyleCI Scrutinizer Code Quality Code Coverage Total Downloads

Take Database backup in Laravel using following command

php artisan run:dbbackup

Let's take backup of specific tables only using following command

php artisan run:dbbackup --tables=table1,table2,table3

Ahaa Supercool, You can use this command to backup your Log tables separatly.

Requirements

  • Laravel Filesystem
  • Mysql Installed (mysqldump)

Installation

To get the latest version of Laravel DbBackup, run following using Composer :

composer require webelightdev/laravel-dbbackup dev-master

Or, you may manually update require block and run composer update

	"require": {
	    "webelightdev/laravel-dbbackup": "dev-master"
	}

Once Laravel DbBackup is installed, You need to register the Service Provider in config/app.php, Add following in providers :

Webelightdev\LaravelDbBackup\DbBackupServiceProvider::class,

composer dump-autoload will be required.

To publish the config,

php artisan vendor:publish --provider="Webelightdev\LaravelDbBackup\DbBackupServiceProvider"

License

The MIT License (MIT). Please see License File for more information.

统计信息

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

GitHub 信息

  • Stars: 4
  • Watchers: 2
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2016-09-28

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固