Skip to content

oleaass/laravel-mysql-backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

MySQL backup for Laravel artisan

Simple package which allows you to easily make a backup of you MySQL database using artisan command

Installation

$ composer require oleaass/laravel-mysql-backup

Usage

Default usage

This will create a file named database-Ymd_His.sql.gz in storage_path('app/backup')

$ php artisan oleaass:mysql:backup

Custom name

$ php artisan oleaass:mysql:backup --name=latestdb

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages