rgriss / mallard
A utility to backup and restore database for a laravel project
Installs: 18
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/rgriss/mallard
Requires
- php: ^7.1.3
- illuminate/console: 5.8.*
- illuminate/support: 5.8.*
This package is auto-updated.
Last update: 2025-09-29 01:38:13 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?