fredbradley / cranleigh-backup
v1.0.7
2024-07-15 10:59 UTC
Requires
- php: ^8.1
- illuminate/support: ^8.0||^9.0||^10.0||^11.0
- league/flysystem-sftp-v3: ^3.15
Requires (Dev)
- laravel/pint: ^1.10
- nunomaduro/larastan: ^2.0
- orchestra/testbench: ^6.0||^7.0||8.0
- pestphp/pest: ^1.23
- pestphp/pest-plugin-laravel: ^1.4
- phpunit/phpunit: ^9.0
Suggests
- spatie/laravel-backup: You need the Spatie package, but we want you to install it yourself.
README
Rather than faff with config files, just include this package, and it will do half the work for you.
Installation
You can install the package via composer:
composer require fredbradley/cranleigh-backup
Usage
- Confirm that you have an
env()
variable calledCRANLEIGH_BACKUP_PASSWORD
set in your.env
file. - Ensure that you have the
spatie/laravel-backup
package installed and configured to use thecranleigh-backup
disk. (Find any references tosftp
and change tocranleigh-backup
) - That's it. You're done.
Testing
composer test
Always aiming for 100% code coverage!
composer test-coverage
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email code@fredbradley.uk instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.