Was calling it in a Service Provider, before the EncryptCookies middleware could kick in. Had to manually decrypt:
Crypt::decrypt(Cookie::get('locale'));
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community