We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 080d923 + aa82a35 commit f34e646Copy full SHA for f34e646
docs/installation-setup.md
@@ -13,7 +13,7 @@ The package will automatically register its service provider.
13
14
You can optionally publish the config file with:
15
```bash
16
-php artisan vendor:publish --provider="Spatie\QueryBuilder\QueryBuilderServiceProvider" --tag="config"
+php artisan vendor:publish --provider="Spatie\QueryBuilder\QueryBuilderServiceProvider" --tag="query-builder-config"
17
```
18
19
These are the contents of the default config file that will be published:
0 commit comments