Skip to content

Commit f34e646

Browse files
authored
Merge pull request spatie#734 from dominikb/fix-729-vendor-publish-configuration
Adapt documentation for publishing package config
2 parents 080d923 + aa82a35 commit f34e646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/installation-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The package will automatically register its service provider.
1313

1414
You can optionally publish the config file with:
1515
```bash
16-
php artisan vendor:publish --provider="Spatie\QueryBuilder\QueryBuilderServiceProvider" --tag="config"
16+
php artisan vendor:publish --provider="Spatie\QueryBuilder\QueryBuilderServiceProvider" --tag="query-builder-config"
1717
```
1818

1919
These are the contents of the default config file that will be published:

0 commit comments

Comments
 (0)