dees040 / laravel-backup
A Laravel 5 package to backup your application
Requires
- php: ^7.0
- illuminate/console: ~5.3.28|~5.4.0|~5.5.0
- illuminate/contracts: ~5.3.28|~5.4.0|~5.5.0
- illuminate/events: ~5.3.28|~5.4.0|~5.5.0
- illuminate/filesystem: ~5.3.28|~5.4.0|~5.5.0
- illuminate/notifications: ~5.3.28|~5.4.0|~5.5.0
- illuminate/support: ~5.3.28|~5.4.0|~5.5.0
- league/flysystem: ^1.0.27
- spatie/db-dumper: ^2.6
- spatie/temporary-directory: ^1.1
- symfony/finder: ^3.0
Requires (Dev)
- mockery/mockery: ^0.9.5
- orchestra/testbench: ~3.3.3|~3.4.0
- phpunit/phpunit: ^5.3.0
Suggests
- guzzlehttp/guzzle: Allows notifications to be sent via Slack
- dev-master
- 4.20.0
- 4.19.1
- 4.19.0
- 4.18.1
- 4.18.0
- 4.17.0
- 4.16.0
- 4.15.0
- 4.14.2
- 4.14.1
- 4.14.0
- 4.13.1
- 4.13.0
- 4.12.1
- 4.12.0
- 4.11.0
- 4.10.0
- 4.9.0
- 4.8.1
- 4.8.0
- 4.7.2
- 4.7.1
- 4.7.0
- 4.6.6
- 4.6.5
- 4.6.4
- 4.6.3
- 4.6.2
- 4.6.1
- 4.6.0
- 4.5.0
- 4.4.9
- 4.4.8
- 4.4.7
- 4.4.6
- 4.4.5
- 4.4.4
- 4.4.3
- 4.4.2
- 4.4.1
- 4.4.0
- 4.3.4
- 4.3.3
- 4.3.2
- 4.3.1
- 4.3.0
- 4.2.0
- 4.1.0
- 4.0.4
- 4.0.3
- 4.0.2
- 4.0.1
- 4.0.0
- v3.x-dev
- 3.11.0
- 3.10.3
- 3.10.2
- 3.10.1
- 3.10.0
- 3.9.0
- 3.8.2
- 3.8.1
- 3.8.0
- 3.7.2
- 3.7.1
- 3.7.0
- 3.6.1
- 3.6.0
- 3.5.0
- 3.4.4
- 3.4.3
- 3.4.2
- 3.4.1
- 3.4.0
- 3.3.3
- 3.3.2
- 3.3.1
- 3.3.0
- 3.2.2
- 3.2.1
- 3.2.0
- 3.1.4
- 3.1.3
- 3.1.2
- 3.1.1
- 3.1.0
- 3.0.5
- 3.0.4
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 2.10.0
- 2.9.2
- 2.9.1
- 2.9.0
- 2.8.3
- 2.8.2
- 2.8.1
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.1
- 2.5.0
- 2.4.2
- 2.4.1
- 2.4.0
- 2.3.2
- 2.3.1
- 2.3.0
- 2.2.1
- 2.2.0
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.2.0
- 1.1.0
- 1.0.0
- 0.0.1
- dev-laravel-55
- dev-analysis-qoMN6g
This package is auto-updated.
Last update: 2024-10-25 22:27:58 UTC
README
This Laravel package creates a backup of your application. The backup is a zipfile that contains all files in the directories you specify along with a dump of your database. The backup can be stored on any of the filesystems you have configured in Laravel 5.
Feeling paranoid about backups? No problem! You can backup your application to multiple filesystems at once.
Once installed taking a backup of your files and databases is very easy. Just issue this artisan command:
php artisan backup:run
But we didn't stop there. The package also provides a backup monitor to check the health of your backups. You can be notified via several channels when a problem with one of your backups is found. To avoid using excessive disk space, the package can also clean up old backups.
Spatie is a webdesign agency in Antwerp, Belgium. You'll find an overview of all our open source projects on our website.
Postcardware
You're free to use this package (it's MIT-licensed), but if it makes it to your production environment we highly appreciated you sending us a postcard from your hometown, mentioning which of our package(s) you are using.
Our address is: Spatie, Samberstraat 69D, 2060 Antwerp, Belgium.
All postcards are published on our website.
Installation and usage
This package requires PHP 7 and Laravel 5.4 or higher. You'll find installation instructions and full documentation on https://docs.spatie.be/laravel-backup/v4.
Using an older version of PHP / Laravel ?
If you're not on PHP 7 or Laravel 5.3 just use version 3 of this package.
Read the extensive documentation on version 3. We won't introduce new features to v3 anymore but we will still fix bugs.
Testing
Run the tests with:
vendor/bin/phpunit
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email freek@spatie.be instead of using the issue tracker.
Credits
About Spatie
Spatie is a webdesign agency in Antwerp, Belgium. You'll find an overview of all our open source projects on our website.
License
The MIT License (MIT). Please see License File for more information.