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 a1a523e + 313c0b8 commit 970c4cbCopy full SHA for 970c4cb
README.md
@@ -85,7 +85,7 @@ Typically, you would put the code above in a service provider.
85
86
Optionally, You can publish the config file with:
87
```bash
88
-php artisan vendor:publish --provider="Spatie\PrefixedIds\PrefixedIdsServiceProvider" --tag="laravel-prefixed-ids-config"
+php artisan vendor:publish --provider="Spatie\PrefixedIds\PrefixedIdsServiceProvider" --tag="prefixed-ids-config"
89
```
90
91
This is the contents of the published config file:
0 commit comments