jimtendo/laravel-backup

There is no license information available for the latest version (v4.1) of this package.

v4.1 2015-02-20 11:14 UTC

This package is not auto-updated.

Last update: 2024-09-14 16:24:13 UTC


README

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