You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have laravel 11 and get this error: Missing required parameter for [Route: ro.category.os] [URI: ro] [Missing parameter: subdomain].
this is the url: http://mac.laravel.baa/
The error is when i make dropdown for language with this href: <a class="dropdown-item" href="{{ Route::localizedUrl($locale) }}">
this is the route rule:
I have laravel 11 and get this error:
Missing required parameter for [Route: ro.category.os] [URI: ro] [Missing parameter: subdomain].
this is the url: http://mac.laravel.baa/
The error is when i make dropdown for language with this href:
<a class="dropdown-item" href="{{ Route::localizedUrl($locale) }}">
this is the route rule:
The text was updated successfully, but these errors were encountered: