You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-10Lines changed: 4 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -13,27 +13,21 @@
13
13
14
14
Backup Shield simply listens for when the .zip-file generated by Laravel-backup is done, grabs it and applies your password and encryption of your liking.
15
15
16
-
*Using Laravel 5.2? Check out the [v1 branch](https://github.com/olssonm/laravel-backup-shield/tree/v1).*
16
+
*Using older versions of Laravel? Check out the [v1 branch](https://github.com/olssonm/laravel-backup-shield/tree/v1) (for Laravel 5.2) and the [v2 branch](https://github.com/olssonm/laravel-backup-shield/tree/v2).*
17
17
18
18
## Installation
19
19
20
20
```bash
21
21
composer require olssonm/laravel-backup-shield
22
22
```
23
23
24
-
Requires `PHP: "^7.0"` and `laravel/framework: "^5.3"`. As long as other requirements are met, all versions of `spatie/laravel-backup` above 4.0 should work.
24
+
Requires `PHP: "^7.1"` and `laravel/framework: "^5.8"`. **Compatible with Laravel 6**
25
25
26
-
In Laravel > 5.5 the service provider will be automatically added. You can also add the service provider to your app.php manually if needed:
Please note that `spatie/laravel-backup: "^6"` and `laravel/framework: "^6.0"` requires PHP 7.2.
33
27
34
28
## Configuration
35
29
36
-
Publish your configuration using `php artisan vendor:publish`. Or if you're using a version of Laravel prior to 5.5 via ```php artisan vendor:publish --provider="Olssonm\BackupShield\BackupShieldServiceProvider"```.
30
+
Publish your configuration using `php artisan vendor:publish` and select `BackupShieldServiceProvider`. Or directly via ```php artisan vendor:publish --provider="Olssonm\BackupShield\BackupShieldServiceProvider"```.
37
31
38
32
You only have the ability to set two different options; password and encryption.
0 commit comments