We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe980ce commit 20a40b9Copy full SHA for 20a40b9
docs/installation-and-setup.md
@@ -16,9 +16,17 @@ The package will automatically register its service provider.
16
To publish the config file to `config/backup.php` run:
17
18
``` bash
19
-php artisan vendor:publish --provider="Spatie\Backup\BackupServiceProvider"
+php artisan vendor:publish --provider="Spatie\Backup\BackupServiceProvider" --tag=backup-config
20
```
21
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
30
This is the default contents of the configuration:
31
32
```php
0 commit comments