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.
1 parent dc41392 commit 9938d20Copy full SHA for 9938d20
README.md
@@ -33,7 +33,7 @@ If you rather want this information to be written to your `laravel.log` file, wr
33
You can publish the package's configuration using this command:
34
35
```bash
36
-php artisan vendor:publish --provider=BeyondCode\QueryDetector\QueryDetectorServiceProvider
+php artisan vendor:publish --provider="BeyondCode\QueryDetector\QueryDetectorServiceProvider"
37
```
38
39
This will add the `querydetector.php` file in your config directory with the following contents:
0 commit comments