Multi-Language Routes and Locales with Auth - Laravel Daily
Multilanguage projects are quite easy to configure in Laravel, but if you want to have locale as part of URL, like /en/about, then you will have trouble with Auth::routes(), they won't work by default like /en/register. This article will show you what to do.
https://laraveldaily.com/multi-language-routes-and-locales-with-auth/