Skip to content

Commit 33e48ef

Browse files
authored
Update Laravel Version introduction.md (#1886)
1 parent 10df066 commit 33e48ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Introduction
33
weight: 1
44
---
55

6-
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](https://laravel.com/docs/10.x/filesystem) you have configured. The package can also notify you via Mail, Slack or any notification provider when something goes wrong with your backups.
6+
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](https://laravel.com/docs/11.x/filesystem) you have configured. The package can also notify you via Mail, Slack or any notification provider when something goes wrong with your backups.
77

88
Feeling paranoid about backups? Don't be! You can backup your application to multiple filesystems at once.
99

@@ -15,7 +15,7 @@ php artisan backup:run
1515

1616
In addition to making the backup, the package can also clean up old backups, monitor the health of the backups, and show an overview of all backups.
1717

18-
If you need to backup multiple servers, take a look at [our laravel-backup-server package](https://spatie.be/docs/laravel-backup-server/v3/introduction).
18+
If you need to backup multiple servers, take a look at [our laravel-backup-server package](https://spatie.be/docs/laravel-backup-server/v4/introduction).
1919

2020
## We have badges!
2121

0 commit comments

Comments
 (0)