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 a1a523e commit 313c0b8Copy full SHA for 313c0b8
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