Download the PHP package milkwood/laravel-backupper without Composer
On this page you can find all versions of the php package milkwood/laravel-backupper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download milkwood/laravel-backupper
More information about milkwood/laravel-backupper
Files in milkwood/laravel-backupper
Download milkwood/laravel-backupper
More information about milkwood/laravel-backupper
Files in milkwood/laravel-backupper
Vendor milkwood
Package laravel-backupper
Short Description A package giving you artisan commands to backup your application and send reports, perfect to add to your kernel schedule as cron jobs
License MIT
Package laravel-backupper
Short Description A package giving you artisan commands to backup your application and send reports, perfect to add to your kernel schedule as cron jobs
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-backupper
Installation
Step 1:
Add the serviceprovider class to config/app.php
Step 2
Remove the app path in the local driver root path in config/filesystem.php
Step 3
Set up amazone s3 credencials
Use
Commands
You have access to the following commands
1: backup:db
Backs up your database both locally in your storage folder and remotely to you s3
2: backup:cleaner
Cleans up your backups both locally and remotely so that you don't keep out of date backups
3: backup:report
Sends out a report with the current backup files, so you can check everything has run as supposed
All versions of laravel-backupper with dependencies
PHP Build Version
Package Version
Requires
league/flysystem-aws-s3-v3 Version
^1.0@dev
The package milkwood/laravel-backupper contains the following files
Loading the files please wait ....