Laravel artisan command to make a backup of the database
oleaass/laravel-mysql-backup is a Laravel package for laravel artisan command to make a backup of the database.
It currently has 0 GitHub stars and 40 downloads on Packagist (latest version v1.0.0).
Install it with composer require oleaass/laravel-mysql-backup.
Discover more Laravel packages by oleaass
or browse all Laravel packages to compare alternatives.
Last updated
Simple package which allows you to easily make a backup of you MySQL database using artisan command
$ composer require oleaass/laravel-mysql-backup
This will create a file named database-Ymd_His.sql.gz in storage_path('app/backup')
$ php artisan oleaass:mysql:backup
$ php artisan oleaass:mysql:backup --name=latestdb