Skip to content

Commit 9ff4aff

Browse files
authored
Merge pull request #273 from acip/fix-publish-config-docs
Update config publish tag in configuration.md
2 parents 4234c3a + ab4a523 commit 9ff4aff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/advanced-usage/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Laravel PDF supports configuration-based customization of Browsershot settings,
1010
To publish the configuration file, run:
1111

1212
```bash
13-
php artisan vendor:publish --tag=laravel-pdf-config
13+
php artisan vendor:publish --tag=pdf-config
1414
```
1515

1616
This will create a `config/laravel-pdf.php` file in your application.
@@ -68,4 +68,4 @@ Pdf::view('invoice', ['invoice' => $invoice])
6868
->save('invoice.pdf');
6969
```
7070

71-
The `withBrowsershot()` closure runs after configuration defaults are applied, allowing you to modify or override any setting.
71+
The `withBrowsershot()` closure runs after configuration defaults are applied, allowing you to modify or override any setting.

0 commit comments

Comments
 (0)