Skip to content

Commit

Permalink
Merge pull request #734 from dominikb/fix-729-vendor-publish-configur…
Browse files Browse the repository at this point in the history
…ation

Adapt documentation for publishing package config
  • Loading branch information
freekmurze committed Feb 17, 2022
2 parents 080d923 + aa82a35 commit f34e646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The package will automatically register its service provider.

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

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

0 comments on commit f34e646

Please sign in to comment.