From adace4ec9b0b9e0b48247759a21f5a0325105cbd Mon Sep 17 00:00:00 2001 From: Jim Hamill Date: Fri, 20 Feb 2015 20:14:26 +0900 Subject: [PATCH] Updated readme.md --- readme.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 4f915ac..7cb5d6e 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,13 @@ # Laravel-Backup +Amazon S3 backup for Laravel V4. + +Can back up: +- Databases +- Folders + +... to an S3 account. + ## Installation @@ -12,6 +20,14 @@ Add the Service Provider to file app/config/app.php - Jimtendo\LaravelBackup\LaravelBackupServiceProvider Publish the configuration file and insert your keys and desired databases -and folders for backup. +and folders for backup into the resulting file. + +- php artisan config:publish jimtendo/laravel-backup + + +## Usage + +The following commands backup the databases -- php artisan config:publish jimtendo/laravel-backup \ No newline at end of file +- php artisan backup:database +- php artisan backup:folder \ No newline at end of file