Download the PHP package salmanzafar/laravel-db-backup without Composer
On this page you can find all versions of the php package salmanzafar/laravel-db-backup. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download salmanzafar/laravel-db-backup
More information about salmanzafar/laravel-db-backup
Files in salmanzafar/laravel-db-backup
Download salmanzafar/laravel-db-backup
More information about salmanzafar/laravel-db-backup
Files in salmanzafar/laravel-db-backup
Vendor salmanzafar
Package laravel-db-backup
Short Description A laravel 5 and laravel 6 package lets you create database backup with a single command.
License MIT
Package laravel-db-backup
Short Description A laravel 5 and laravel 6 package lets you create database backup with a single command.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-db-backup
Laravel Database Backup
A Laravel 5 and Laravel 6 library that creates backup of your database with a single command
Installation
Features
- Easy configuration db backup in a single command
- Storage Customization (e.g s3 (s3 support is in development), local etc)
- Email about DbBackup completion (in development).
Enable the package (Optional)
This package implements Laravel's auto-discovery feature. After you install it the package provider and facade are added automatically for laravel >= 5.5.
Configuration
Publish the configuration file
This step is required only if you want to make changes in config file
Config File located at config/dbbackup.php
Usage
After publishing the configuration file just run the below command
Just it, Now in you should have your .
This package currently support Local Storage backup
Tested on and
All versions of laravel-db-backup with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0.0
The package salmanzafar/laravel-db-backup contains the following files
Loading the files please wait ....