Download the PHP package sanjeev-kr/laravel-mysqlbackup without Composer
On this page you can find all versions of the php package sanjeev-kr/laravel-mysqlbackup. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download sanjeev-kr/laravel-mysqlbackup
More information about sanjeev-kr/laravel-mysqlbackup
Files in sanjeev-kr/laravel-mysqlbackup
Download sanjeev-kr/laravel-mysqlbackup
More information about sanjeev-kr/laravel-mysqlbackup
Files in sanjeev-kr/laravel-mysqlbackup
Vendor sanjeev-kr
Package laravel-mysqlbackup
Short Description Laravel package to create MySql database backup in .sql or .sql.gz
License MIT
Package laravel-mysqlbackup
Short Description Laravel package to create MySql database backup in .sql or .sql.gz
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-mysqlbackup
laravel-mysqlbackup
Laravel package to create MySql database backup in .sql or .sql.gz
Install with Composer
Add below service provider to the service providers list in config/app.php
To take backup run below commnad
Examples
- To make backup in sql format run below command
Backup would be created in storage/backup directory with file name mybackup_2019_02_10.sql. Date format yyyy_mm_dd is appended to given file name.
- To make backup in sql.gz format run below command
Backup would be created in storage/backup directory with file name mybackup_2019_02_10.sql.gz. Date format yyyy_mm_dd is appended to given file name.
All versions of laravel-mysqlbackup with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6.0
The package sanjeev-kr/laravel-mysqlbackup contains the following files
Loading the files please wait ....