Skip to content

Commit 20a40b9

Browse files
altynbek07freekmurze
authored andcommitted
Update installation-and-setup.md
1 parent fe980ce commit 20a40b9

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/installation-and-setup.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,17 @@ The package will automatically register its service provider.
1616
To publish the config file to `config/backup.php` run:
1717

1818
``` bash
19-
php artisan vendor:publish --provider="Spatie\Backup\BackupServiceProvider"
19+
php artisan vendor:publish --provider="Spatie\Backup\BackupServiceProvider" --tag=backup-config
2020
```
2121

22+
You can also publish translation files using the command:
23+
24+
25+
``` bash
26+
php artisan vendor:publish --provider="Spatie\Backup\BackupServiceProvider" --tag=backup-translations
27+
```
28+
29+
2230
This is the default contents of the configuration:
2331

2432
```php

0 commit comments

Comments
 (0)