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
Requires
- php: >=5.3.0
- aws/aws-sdk-php: ~2.4
- illuminate/support: ~4
This package is not auto-updated.
Last update: 2024-11-23 17:21:09 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