rgriss/mallard

A utility to backup and restore database for a laravel project

dev-master 2019-05-22 23:24 UTC

This package is auto-updated.

Last update: 2024-09-29 05:28:24 UTC


README

This is a simple example of a Laravel Package. It's really nothing more than the mysqldump command wrapped in an Artisan command, but once installed, you can create a backup of your database by issuing php artisan mallard:backup.

Install this package via:

composer require rgriss/mallard

Now you can issue the following command:

php artisan mallard:quack

The expected result is

*********************************
*     Quack! Quack! Quack!      *
*********************************

##Roadmap:

  • mallard:quack
  • mallard:backup
  • mallard:restore
  • Backup Button?
  • Restore Button?
  • Download/Upload Capability?