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.
localizeUrl('(/test)')
()
1 parent a3d429d commit 2aebc55Copy full SHA for 2aebc55
README.md
@@ -217,7 +217,7 @@ aswell as the `hideDefaultLocaleInURL` and [Translated Routes](#translated-route
217
218
```php
219
// If current locale is Spanish, it returns `/es/test`
220
- <a href="{{ LaravelLocalization::localizeUrl('(/test)') }}">@lang('Follow this link')</a>
+ <a href="{{ LaravelLocalization::localizeUrl('/test') }}">@lang('Follow this link')</a>
221
```
222
223
#### Get localized URL for an specific locale
0 commit comments