laravel-localization
laravel-localization copied to clipboard
Preserve "locale" cookie value on redirect to localized URL
Set the detected locale instead of the first URL path segment to the "locale" cookie during redirect caused by LocaleCookieRedirect
Fixes #714
Good catch! Could you add a test ?
@iwasherefirst2 done. Please check it out.