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
Please note that `spatie/laravel-backup: "^6"`and `laravel/framework: "^6.0"` requires PHP 7.2.
26
+
Please note that `spatie/laravel-backup: "^6"` and `laravel/framework: "^6.0|^7.0"` requires PHP 7.2.
27
27
28
28
## Configuration
29
29
@@ -41,7 +41,7 @@ return [
41
41
42
42
#### Password
43
43
44
-
Your password (*duh*). The default is the application key (`APP_KEY` in your .env-file). You might want to set something more appropriate. Remember to use long strings and to keep your password safe – without it you will never be able to open your backup.
44
+
Your password (*duh*). The default is the application key (`APP_KEY` in your .env-file). You might want to set something more appropriate. Remember to use long strings and to keep your password safe – **without it you will never be able to open your backup**.
45
45
46
46
Set to `NULL` if you want to keep your backup without a password.
47
47
@@ -82,7 +82,7 @@ $ phpunit
82
82
83
83
The MIT License (MIT). Please see the [LICENSE.md](LICENSE.md) for more information.
0 commit comments