jimtendo / laravel-backup
Installs: 119
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
pkg:composer/jimtendo/laravel-backup
Requires
- php: >=5.3.0
- aws/aws-sdk-php: ~2.4
- illuminate/support: ~4
This package is not auto-updated.
Last update: 2025-09-27 21:56:56 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