Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 378 Bytes

readme.md

File metadata and controls

17 lines (9 loc) · 378 Bytes

Laravel-Backup

Installation

Add requirement to your composer file

  • "jimtendo/laravel-backup": "dev-master",

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.

  • php artisan config:publish jimtendo/laravel-backup